You are on page 1of 16

grammer essentials

1 true for a formal,prof writing-high std of prof,form lang,gram


2 adverb modifying- unfortunately, thankfully
3 interjection-darn
4 types of verbs- trnasitive, intransitive
5 misused noun-elementary principle
6 conjunction- And
7 not amnong grammar rules- always spell out numbers
8 proper noun capitalized-Mr.house
9 synonym
10 proper punctuation solve problematic frag- true
11 dangling modifier-a grammatical error caused wen a sentence does not clearly
identify the noun being modified
12 not true abt , ; "- yo should use a comma wen yo want 2 complete clauses to a
ppear in the same sentence without a conjunction
13 a limiting adjective-true
14 recommended for identifying goals-define wat yo need to accomplish
15 run-on sentences-i wish
David called
16 hypercorrections- grammatical errors overzealous
17 Parallel sentence- false
18 poofreading-true
19 misspelled- accomdate
20 prepositional phrase-true
21 audience-true

22 indefinite-nobody
23 brackets- putting an additional parenthetical
24 to -too- please drive
i would like to see
25 true statement abt achieving- you should clear,succinct

----------------------------------
my set of questions:
which r hypercorrections: you and i, whom called?
A run-on sentence has two independent clauses punctuated incorrectly,
proof reading technique : read sentence backwards
7 adverb correctly : freindly person
13 audience - grammer errors
15 capitalized : proper nouns, months, quoted directly
16 achieving simplicity - false
17 misplaced modifier -writer intended
18 homonyms - every day and capitol
19 parallel construction sentences show verbs- we met on thursday
21 professional capacity - trie with formal lang, formal lang and style
24 goal of piece - false
dotnet
1.current tech-gui

2.dll issues-modyfying binary comaptibility

3.managed heap-true
4.assembly to resolve dll issues by-eliminating need ror reg dll

5.clr-source code to execution

6.inheritance based poly-transport move method... after declaring variable

7.managers in division-subscribe to a calendar

8.class framework library-true

9.cross language interop-supporting cts

10..net framework-clr,class framework,windows forms

11.console appl-text based

12.source to il-platform independent

13.multiple lang support-enforcement of cls

14.ide features-code editor

15.source,il,il,native

16.class library-extensive and hierarchial

17.access online -start page

18.exceptions-try,catch,finally

19.implemen inheitance-form called person

20.net framework-system namespace

21.free of errors-debug o/p window

22.class loader contains info abt metadata and manifest

23.web forms-want colleagues in diff loca and give feedback


24.crates reference,allocate memory on managed heap

25.application is first build-prototype

26.COBOL, Eiffel, PASCAL - variety of databases depending on dept


------------------------------------------------------------------
left out questions:
start new project - tried with system ref and proj references and web connection
s

arraylistend function - (tried RefName and ValName)correct is ISBN


.net eliminates DLL issues - (tried placing DLL in registry) correct is metadata
and deployment
SQL Fundamentals of Querying
1. What is the value of NULL?
A: Undefined
2. Which of the following is NOT an aggregate function?
A: GROUPING
3. You are constructing a query to retrieve a list of customers whose name start
s with "Auto". Which is of the following is the best WHERE clause?
A: customerName LIKE 'Auto%'
4. You have a table called DevCosts, which contains a row for each charge that i
s incurred whilst developing your product. You want to retrieve a list of produc
tIDs, and the total cost to develop each product. Which is the best SQL query to
achieve this?
A: Select productid, sum(cost) from DevCosts group by productid
5. When writing a query to retrieve data, what are the two mandatory clauses tha
t are required?
A: Select, From
6. You are constructing a select query and want to sort your output on the custo
mer name. What clause will you add to the select statement?
A: ORDER BY customerName

7. Which of the following best describes a database?


A: A collection of one or more tables of information organized for a specific pu
rpose.
8. Which of the following best describes the datepart function?
A: returns a date(hour, day, month, year) as...
9. Best thing to create to make ur data more presentable.
A: Report
10. Syntax rule for sql query
A: each sql keyword followed by a space.
11. Which of the following statements will join the first and last names togethe
r to produce a single column called "Name" with the contents formatted to look l
ike: "John Smith"?
A: Select first + ' ' + last as Name from mytable
12. You are constructing a query to retrieve the BookTitle and BookID of books w
hich have a RetailPrice of $50.00 or more. What is the correct query?
A: Select BookTitle, BookID from books where RetailPrice >= 50
13. You want to connect to a SQL Server database using Access. What can you use
to connect Access to the SQL Server?
A: A data source name
14. You are using Access to construct a query to retrieve a list of customers an
d their orders. What view will you be using?
A: Design view
15. You are constructing a query to retrieve all customers and the quantity of o
rders that they have placed. What is the best query?
A: Select c.customerid, count(o.customerid) from customers as c left outer join
orders as o on c.customerid = o.customeridGroup by c.customerid
16. Which of the following is NOT a valid way to create a column alias for the A
VG(Sales) column?
A: Select AVG(sales) alias AVGSALES from myTable
17. Which of the following is NOT a component of SQL?
A: Data Modification Language
18. You are constructing a query to retrieve all of the customers who owe money.
The customer table has two fields that need to be retrieved, customerID and cus
tomerName. The receivables table has three fields that need to be retrieved, rec
eivableID, customerID and Amount. What is the best query?
A: Select customers.customerID, customers.customerName, receivables.receivableID
, receivables.Amount from customers inner join receivables on customers.customer
ID=receivables.customerID
19. Which of the following is a limitation of the WHERE clause?
A: The WHERE clause cannot contain an aggregate function.
20. You are constructing a query to return a combined list of customers who are
located in Ohio, and customers who live in Utah. Which of the following operator
s would be used in your WHERE clause?
A: OR
21. You are constructing a query to retrieve the customer names from your databa
se, but you only want the customers who are located in Vermont. Which statement
is true about the state field?
A: The state column must be included in the WHERE clause, but it is not required
to be in the SELECT clause.
22. What term best describes Joining tables?
A: Combining data from two or more tables in a single query, based on the value
of common columns.

java test
1. true or false testing pf software applicationàfalse
2.syntax constructor DEFàPUBLIC employee()
3.int x,a=6,b=7à x=13,a=7,b=8
4.qty=new int[3];
5.instance of classà object
6.try blockà may thrown an exception
7.oop concept sub class &super classàinheritance
8.def. behavior of an objectàmethod
9.loop sttmt executed atleast onceà do.. while
10. data type stored decimal valuesà float
11.incrocorrect class àvoid class employe
12.syntax erroràusing wrong combination keywords
13. syntax of instruction vary lang to langàtrue
14.true
15.import package-false

ommunicating Clearly (Includes Simulation)

1. When considering the time aspect of the message, what should you do?
A: Structure the content in accordance to the level of importance.
Use the most up-to-date information.
2. When delivering a message, it is important to do which of the following?
A: Explain the background to put the message in context.
Explain why the information is important to you.
Outline what the message is about.

3. What are some benefits of face-to-face communication over telephone communica


tion?
A: It is not as prone to distractions.
It is delivered at a time and place that is controlled by the sender.
It is easier to communicate complicated information and ideas correctly.
4. When is the imperative form the best choice to use?
A: When giving an order.
5. When writing instructions, what four main options you should consider?
A: Persuading the reader to follow the instructions.
Using a clean design and layout.
Using visual aids.
Testing the usability of the instructions.
6. To ensure the message is delivered, what are two things you can do?
A: Speak in a friendly tone of voice.
Watch and listen to the audience to see if they are engaged.
7. To determine the level of formality of the written material, what should you
do?
A: Ask yourself, "What tone will best suit the reader?"
Ask yourself, "What tone will best suit the topic I'm writing about?"

JAVASCRIPT
qno - ans
1display notification err - adv tab... apply... click ok
2img rollover - onmouseover, onmouseout
3ordDate.getFullYear()
4system type info doc.write - true
5 great day - great + day
6property of window object - defaultstatus
7math.round(price)
8javascript enter - onclick
9 break is optional - true
10syntax to display value document.write- true
11guidelines to improve readability - line terminators, comments, line indents
12simulates mouse click - button.click()
13XMLHttprequest - false(correct is true)
14default datatype conversion - parseInt
15instantiated string object - prototype
16 alphanumeric - with $ sign
17script tag syntax- type option without language
18status parameter - false(correct is true)
19for syntax : start, continue, increment

getting most of the day


qno ans
1 interruption at work - put calls on hold
2specific, measure, attain, realistic, time bound
3 reason for procast - fear of mistake
4goal - smart objectives
5effective time mgmt - co workers, delegating
6 diminish returns - certain point
7true abt scheduling - the better, right from outset
8general guide - being focussed on proactive tasks

C programming
qno ans
1indirectly ref value using ptrs.ans:True. The process of indirectly referencing
a value using pointers is called indirection.Indirection is also called derefer
encing.
2evaluating truth of C stmts FALSE value-FALSE is represented as 0.
3human readable form of prog that stores instruc. source file
4prog lang is governed by logic. ans: False
5header file string conversion-stdlib.h
6abstract basic unit to build linkd list-node
7function call used as standalone pgm stmt-true
8code with runtime error-However, when you run the executable file, you will not
be able to get the desired output.
9not terminated with semi colon- compilation
10The space in memory for external variables is allocated when the program is co
mpiled.
12use realloc() to release memory - false(correct is True)
13arguments in func call- const and variables
14int1=5;int2=10; ans : 27
15keyword function faster and reduce overhead - inline
16structure pointer customer1 - %s,ptr->name
17release memory - free
18members of nested structures must be struct variables - False
19quoted string - # operator
20keyword to limit scope of function - static
21calc_area- external file
22array 523.90 - float sum[10]
24bitwise multiplication - num1<<1
26permanently within their func - static
27stdio.h I/O
28debugging directive - #error
29middle of stack - false
30refer values in union - arrow
31reverse condition - not
32ptr expression - add n sub integer values,incre or decre ptrs, sub one ptr frm
another
33 joins string - strcat
34The condition is left open-ended in a while loop - true
35struct student - student2.marks
36global variable in another file - extern
37Conditional compilation directives allow you to specify the selective compilat
ion of your program s source code. - true
38my_cust[4] - my_cust[4].cust_ID
39argc - 3
40initialize struct member - .prop_value = value
42default storage class - automatic
43The storage class tells the compiler about the storage area of a variable, the
initial value of a variable if it is not initialized, the scope of a variable,
and for how long a variable will be present in memory during a program s execution
.
45organisation - '\0'
46_date_ - system date in string format
47 incorrect output - run time err
48 exor - if one or other but not both
49condtional operator - if
51FIFO - queue
53alter value structure member - address
54modify value of int1 - mul(&int1,int2)
55ptr junk value - true(try)
56place holder for assigned value -
57 similar to union - structure
58calloc alter 2 malloc - true
59 fgets() - 3
60personal.h - same folder as tat of src code
62 OS - register
63 run my_prog.exe
65 std array format ptr is passed - true
66 bit OR - either
67 stderr output stream
68 input formatted data - scanf
70 putchar (variable) - true
71*(ptr+2) - 20
72format specifier - %
73 mismatch of the function name- false
1.built in IO - true(correct is false)
2.pat smith - false(correct is True)
3.predefined operators in c - true(try)
4. nested structure=customer.address.street
5. inline functions inform youe compiler- true
7. code block - {}
8.decrement operator prefix mode - true
9.multiple stmts in exp -comma
10. ingnore previours #define - #undef
11. read & convrt entir pgm into objt code- compiler
12.release memory allocated for variabls using malloc()- free()
13.specify exact amount of bits - False (correct is True)
14. missing heard file link time
15 array to hold 10 int - int numbers[10];
16. defining an external -true
17. place holder for assigned value variables
18. int a=3, b=5 1
19. functions without args void
20 standard error- stderr
21.array 523.90 - float sum[10]
22.code with runtime error-However, when you run the executable file, you will n
ot be able to get the desired output.
23. exor - if one or other but not both
24.use realloc() to release memory false
25. external variabls defind outside main()- true
26. logical operator reverses the condition- NOT
27.no. of arg determined only when program begins- true
28acess structure member using pointer- arrow operator
2966 bit OR either
30. #include with filename.h- #include<filename.h>
31. header file for string- string.h
32array of structures-each element of a variable is struct variable
33.human readable form of prog that stores instruc. source file
34. type function_name(struct_varibl_name.struct_membr_name);
35.executabl version - .exe
36. putchar (variable) - true
37.ptr junk value - true(try)????????????
38.not terminated with semi colon- compilation
39.default storage class automatic
40. function declared and stored in source code- function call
41
42. stdio.h I/O
43.middle of stack false
44. pgm language governed by semantix and syntax- true
45. int1=5;int2=10; ans : 27
46. operator turns an argument, it proceeds into a quoted string-#
47. static storage class default storage- true
48.function joins one string to another string?- strcat()
49.abstract basic unit to build linkd list-node
50. std array format ptr is passed true
51. struct member initialization-.prop_value=value
52.union is similar to fn. And format- structures
53. FIFO queue
54. format specifier - %
55. _date_ - system date in string format
56. arguments in func call- const and variables
57. bitwise multiplication - num1<<1
58. *(ptr+2) - 20
59.indirectly referencing a value called indirection-true
60.add n sub to access memory location-pointer arithmetic
61.share variable aong multiple files- declare global variabl
62, calloc alter 2 malloc true
63. OS register
64. missing semicolon- compile time
65.#include directive in C:\my docum-#include<c:\my documents\my header.h>
66. Conditional compilation directives allow you to specify the selective compil
ation of your program s source code. true
67. char arry ends with- semicolon
68. calc_area() external file. No argument
69. The condition is left open-ended in a while loop true
70. The storage class tells the compiler about the storage area of a variable, t
he initial value of a variable if it is not initialized, the scope of a variable
, and for how long a variable will be present in memory during a program s executi
on.
71. modify value of int1 - mul(&int1,int2)
72.num 1=num2=num3- 10,10,10
73.acess union member- dot and arrow operator
grammer essentials
1 true for a formal,prof writing-high std of prof,form lang,gram
2 adverb modifying- unfortunately, thankfully
3 interjection-darn
4 types of verbs- trnasitive, intransitive
5 misused noun-elementary principle
6 conjunction- And
7 not amnong grammar rules- always spell out numbers
8 proper noun capitalized-Mr.house
9 synonym
10 proper punctuation solve problematic frag- true
11 dangling modifier-a grammatical error caused wen a sentence does not clearly
identify the noun being modified
12 not true abt , ; "- yo should use a comma wen yo want 2 complete clauses to a
ppear in the same sentence without a conjunction
13 a limiting adjective-true
14 recommended for identifying goals-define wat yo need to accomplish
15 run-on sentences-i wish
David called
16 hypercorrections- grammatical errors overzealous
17 Parallel sentence- false
18 poofreading-true
19 misspelled- accomdate
20 prepositional phrase-true
21 audience-true

22 indefinite-nobody
23 brackets- putting an additional parenthetical
24 to -too- please drive
i would like to see
25 true statement abt achieving- you should clear,succinct

----------------------------------
my set of questions:
which r hypercorrections: you and i, whom called?
A run-on sentence has two independent clauses punctuated incorrectly,
proof reading technique : read sentence backwards
7 adverb correctly : freindly person
13 audience - grammer errors
15 capitalized : proper nouns, months, quoted directly
16 achieving simplicity - false
17 misplaced modifier -writer intended
18 homonyms - every day and capitol
19 parallel construction sentences show verbs- we met on thursday
21 professional capacity - trie with formal lang, formal lang and style
24 goal of piece - false
Microsoft® Office Excel® 2007: Level 1 (Second Edition)

1. What is the option used to create a new worksheet instantly to the right of t
he last worksheet in the workbook?
A: The Insert Worksheet button
2. How will you hide a column in a worksheet?
A: Select the column to be hidden and on the Home tab, in the Cells group, click
Format and choose Hide & Unhide-->Hide Columns.
3. How will you revert to the default setting on the Quick Access toolbar?
A: In the Excel Options dialog box, click Reset.
4. Which is a method to adjust margin values?
A: On the Margins tab, click the up or down scroll arrows to the right of the To
p, Left, Right, Bottom, Header, and Footer spin boxes.
5. What would be the fastest way to navigate to cell D80?
A: In the name box, type D80 and press Enter.
6. True or False? Absolute reference is a cell reference in a formula that chang
es when a formula is copied from one position to another, to reflect the new pos
ition?
A: False
7. True or False? The font drop-down list supports the Live Preview feature.
A: True
8. How will you remove a range of cells after selecting it?
A: By clicking the Clear button in the Editing group, on the Home tab.

9. Which function helps you find the number of cells that contain any data withi
n the specified range but does not count the empty cells within the specified ra
nge?
A: COUNTA
10. True or False? To delete a row, select it, and then on the Home tab, in the
Cells group, click Delete.
A: True
11. Where is the shortcut command to save a workbook located?
A: The Quick Access toolbar
12. How do you revert to the default page break settings?
A: In the Page Break Preview window, right-click any cell and choose Reset All P
age Breaks.
13. What are the steps to set a print area?
A: In the worksheet, select the cells to be printed by default every time you pr
int the worksheet. On the Page Layout tab, in the Page Setup group, click Print
Area and select Set Print Area.
14. True or False? Excel Help window displays search information only from the M
icrosoft Office online website.
A: False
15. You need to create a custom number format with the following layout: ####.##
.##. What are the steps to accomplish this?
A: On the Home tab, in the Cells group, click Format and choose Cells. In the Fo
rmat Cells dialog box, on the Number tab, in the Category list box, select Custo
m, type ####.##.## in the Type text box and click OK.
16. After selecting the appropriate cell in the worksheet, how will you freeze p
anes?
A: On the View tab, in the Window group, click Freeze Panes and select Freeze Pa
nes.
17. Which is a border option available in the Format Cells dialog box?
A: Style
18. How will you name a cell?
A: Select the cell, type the name in the Name Box and press Enter.
19. What dialog box allows you to correct the misspelled words, add new words to
the dictionary, and automatically correct the misspelled words?
A: The Spelling dialog box
20. Which feature enables you to identify the compatibility of objects used in y
our XLSX workbook when it is saved in an earlier version of Excel?
A: The Compatibility Checker option
21. Which option is a complete formula?
A: =A4+A5+A6
22. How would you apply color to a worksheet tab?
A: Right-click the worksheet and choose Tab Color. In the Tab Color gallery, sel
ect the desired color.
23. Which option will align text to the center between the top and bottom of the
cell?
A: Middle Align

24. Which group has the cell styles gallery?


A: Styles
HTML Programming 4.0: Introduction

1. What opening tag creates a link to an ftp server?


A: <A HREF="ftp://ftp_address">
2. The ___ tags will add the text color blue to the word "Babylon."
A: <FONT COLOR="blue"> Babylon </FONT>
3. The ___ tags indicate the text you want to appear in the browser window.
A: <Body> and </Body>
4. The two most common types of graphic files are ___
A: GID and JPEG
5. ___ have opening and closing tag elements; the data to be acted upon is place
d between the elements.
A: Container tags
6. By adding the ___ to the <A HREF> tag, you can create a link to a different s
ection within the same document.
A: #sign
7. The tag ___
A: will automatically separate each list item by a line break.
8. ___ formatting leaves the formatting to the system that displays the final ou
tput.
A: Descriptive
9. What is the tag that will create a cell header that spans across five columns
of a table?
A: <TH COLSPAN="5">
10. The ___ attribute displays text when a non-graphics browser encounters an IM
G statement.
A: ALT
11. What tag would change the background color in the default.htm file to cyan?
A: <BODY BGOLCOR="Cyan">
12. Which of the following statements is not a rule for creating tables in HTML?
A: Leave at least one space between each cell.
13. Which of the following HTML tag statements is not in the proper format?
A: <tag_name[data]</tage_name>
14. Which of the following statements is not a way to communicate over the Inter
net?
A: Use codes to create elements of a Web page.
15. ___ enables you to specify the exact location of a file you want to referenc
e within a link tag.
A: Absolute addressing

############################################################
1. Which of the following statements is not a rule for creating tables in HTML?
A: Leave at least one space between each cell.
2. What tag would change the background color in the default.htm file to cyan?
A: <BODY BGOLCOR="Cyan">
3. What opening tag creates a link to an ftp server?
A: <A HREF="ftp://ftp_address">
4. Which of the following statements is not a way to communicate over the Intern
et?
A: Use codes to create elements of a Web page.
5. The ___ tags indicate the text you want to appear in the browser window.
A: <Body> and </Body>
6. The tag ___
A: will automatically separate each list item by a line break.
7. The two most common types of graphic files are ___
A: GIF and JPEG
8. ___ formatting leaves the formatting to the system that displays the final ou
tput.
A: Descriptive
9. By adding the ___ to the <A HREF> tag, you can create a link to a different s
ection within the same document.
A: #sign
10. ___ have opening and closing tag elements; the data to be acted upon is plac
ed between the elements.
A: Container tags
11. The ___ tags will add the text color blue to the word "Babylon."
A: <FONT COLOR="blue"> Babylon </FONT>
12. What is the tag that will create a cell header that spans across five column
s of a table?
A: <TH COLSPAN="5">
13. Which of the following HTML tag statements is not in the proper format?
A: <tag_name[data]</tage_name>
14. The ___ attribute displays text when a non-graphics browser encounters an IM
G statement.
A: ALT
15. ___ enables you to specify the exact location of a file you want to referenc
e within a link tag.
A: Absolute addressing

Microsoft® Office Access 2007: Level 1 (Second Edition)

1. A table contains four fields: FirstName, CustomerID, and DateOfHire. Which fi


eld would be the ideal primary key among the four?
A: CustomerID
2. You are designing a database to track login usernames and passwords and provi
de access to a system. Currently, your list of fields includes EmployeeID, UserN
ame, and Password. Your manager would like the system to provide role-based acce
ss. Given this context, which additional field will not be required?
A: UserSalary
3. Which form view allows you to add controls such as text boxes, labels, button
s, and combo boxes to a form and change the properties of a control?
A: Design view
4. Which option returns the highest value of a specific column?
A: Maximum
5. Which is the correct procedure for displaying the Property Sheet pane?
A: Right-click the desired control and choose Properties.
6. True or False? When data values that might need to be changed repeat within a
given field, moving that field to a separate table would usually improve the de
sign of the database.
A: True
7. Which is the correct procedure for opening a report in Layout view?
A: In the Navigation Pane, right-click the desired report and choose Layout View
.

8. Which group on the Format tab has the AutoFormat button?


A: AutoFormat
9. Which is the correct procedure for saving a database in the 2000-2003 version
of Microsoft Office Access?
A: Click the Microsoft Office button and choose Save As-->Access 2000-2003 Datab
ase.
10. In the Access Options dialog box, which category contains the options for en
abling security and privacy?
A: Trust Center
11. Which is the correct procedure for creating a blank table?
A: On the Create tab, in the Tables group, click Table.
12. Identify the existing data sources in paper format.
A: Sales slips
Printed invoices
Government forms
13. How do you invoke the Form Wizard?
A: On the Create tab, in the Forms group, select More Forms-->Form Wizard.
14. Which term is used to refer to a category of information that pertains to al
l records?
A: Field
15. How will you delete a record?
A: On the Home tab, in the Records group, from the Delete drop-down list, select
Delete Record.
16. If every value in a primary key field has only one instance of occurrence in
a foreign key table, what is the relationship between these two tables called?
A: One-to-one
17. What do you call the logical flow of information in a form?
A: Tab Order
18. Which is the correct procedure for displaying the descriptions of tables in
the Navigation Pane?
A: Right-click anywhere in the Navigation Pane below the table names and choose
View By-->Details.
19. Which statement is valid with respect to the Getting Started With Microsoft
Office Access window?
A: It displays different categories of ready-to-use database templates.
20. Which is the correct procedure to create a calculated field for a query?
A: On the Design contextual tab, in the Results group, click Run.
21. Which statement is true about the Access 2007 help feature?
A: It provides you with details on the various features of the application.
22. Which method is used to execute a query?
A: Using the Run button in the Design contextual tab
23. Which term refers to a search condition used in a query to retrieve or manip
ulate specific information?
A: Query criterion
24. Which tab on the Ribbon has the Show Table button?
A: Design
25. Which group on the Print Preview tab has options for exporting the report?
A: Data
26. Which option allows you to remove sorting in a table?
A: Click the Clear All Sorts button in the Sort & Filter group.
27. What is the first step to be followed while designing a database?
A: Identify the purpose of the database.
28. Which statement is true about a subdatasheet?
A: More than two subdatasheets can be opened at the same time.
29. Which fields would belong to a table named Employees if you were creating a
database for benefit plans?
A: FirstName
LastName
EmployeeID
EmployeeAddress
30. Which statement is true about reports?
A: Reports can perform calculations and display the results.
31. Which statement is true about adding custom calculated field to reports?
A: You can add a custom calculated field to a report in Design view.
32. Which report creation tool is used for creating a report in Design view?
A: Report Design
33. Which method allows you to save a filtered table as a query?
A: Click the Microsoft Office button, choose Save As and in the Save As dialog b
ox, from the As drop-down list, sleect Query.
34. Identify the characteristic feature of a statement of purpose.
A: It implies the kinds of data that will be included.
35. Which statement is true about Access database templates?
A: Access database templates consist of underlying tables as well as queries, fo
rms, and reports.

Relational database design


1. You need to query ..best performance? Longest one
2. In the standard order ..relationship between tables? Many to many
3. When noramlising ..system you look for? Look for multiple occurrences .non keyfie
ld.
4. When referring to a field as being atomic, the field? Holds the smallest mean
ingful values avoids multiple values
5. When working with a query ..what view can be used?? SQL view
6. You created a table .address this issue? Fourth
7. Which of the following ..primary key?A field or combination .identifies rows
8. You have table ..query will you use?? Crosstab query
9. You have a table ..correct your query? Change the inner join to outer join
10. What is the easiest numeric digits? Configure field to numeric datatype
11. You are working with an order.. ..accompalish this task?? Configure cascading
deletes of orders
12. After creating a list of fields ...table structure is to?? Create tables based
on logical grouping
13. You want to retrieve .what type of query would u run?? A select query with AND
condition
14. Which item best describes ..concept or subject? Entity
Javascript programming(fourth edition)
1. The substring method indices? True
2. Select guidelines .code? Except javascript and I don t know, rest all
3. Alphanumeric pattern? Longest one
4. Which property, status bar? Default status
5. The break statement ..case statement? True
6. Select event .rollovers? onmouseover and onmouseout
7. Operator ..ternary? true
8. Which property ..string object??? Length
9. Which method .browser windows? Open()
10. Selsct math .nearest integer? Math.round(price)
11. Select javascript ..submit button? <input type= .onclick= enter() >
12. Select javascript .web page? Document.write(document.last modified
13. Select code .XHTML file? <text javascript> the longest one
14. Ajax? Asynchronous XML
15. What is function .conversions? parselnt()
16. Select correct syntax for loop? Longest one
17. The syntax .+variable_name);? True
18. Which method ..mouse click on button? Button.click()
19. Select option ..every script error? Go to options in internet options click advan
ced tab and select ..click apply and click ok

You might also like