Nothing Special   »   [go: up one dir, main page]

DOAP Sample Questions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 37

1. Which is a valid statement for declaring a variable?

Const Form As Integer

Const myForm As Integer

Dim Form As Integer

Dim myForm As Integer

Points: 1/1 | Attempts: 1/1

2. Which menu provides you options like Animation Scheme, custom Animation, Slide Transition?

Insert Menu

Format Menu

Tools Menu

Slide Show Menu

Points: 1/1 | Attempts: 1/1

3. What is the output of this statement:


Do while num <=10
Print num
num =num+1
Loop

0123456789

1 2 3 4 5 6 7 8 9 10

123456789

error

Points: 1/1 | Attempts: 1/1

4. What does this mean? if (x>=y)

if x is greater than y

if x is equal to y

if x is greater than or equal to y


if x is less than or equal to y

Points: 0/1 | Attempts: 1/1

5. Collection of related records in a database is known as

File

Bench

Table

Relationship

Points: 1/1 | Attempts: 1/1

6. How to add a number of items to Combo box

Combo1.AddItem “Item1”

Combo1.AddItem =“Item1”

Combo1.AddItem =Item1

Combo1.AddItem 'Item1'

Points: 1/1 | Attempts: 1/1

7. How would you declare an integer called sum and initialize it to 10?

int sum 10;

int sum=10;

double sum=10;

numeric sum=10;

Points: 1/1 | Attempts: 1/1

8. Which of the following statement is true?

Foreign key fields don’t allow duplicate values

In primary key field you can enter duplicate value

In an indexed field you may or may not enter duplicate value depending upon setting
All statements are true

Points: 1/1 | Attempts: 1/1

9. A kind of scanner MICR is the short form of

Magnetic Ink Character Reader

Magnetic Ink Code Reader

Magnetic Ink Cases Reader

None

Points: 1/1 | Attempts: 1/1

10. How can you make a bulleted list?

<nl>

<ol>

<list>

<ul>

Points: 1/1 | Attempts: 1/1

11. Which one is the most suitable reason to use Macro in MS Office (Word, Excel, PPT, etc) ?

To Record Sound

To automate repetative tasks

To Record Mouse Move

To Record Keystroke

Points: 1/1 | Attempts: 1/1

12. What does ASCII stand for?

American Stable Code for International Interchange

American Standard Case for Institutional Interchange

American Standard Code for Information Interchange


American Standard Code for Interchange Information

Points: 1/1 | Attempts: 1/1

13. Can we edit a Macro programatically after recording it ?

Yes

No

Points: 1/1 | Attempts: 1/1

14. Which short cut key inserts a new slide in current presentation?

Ctrl+N

Ctrl+M

Ctrl+S

All of above

Points: 1/1 | Attempts: 1/1

15. From which menu you can access Picture, Test Box, Chart etc?

File

Edit

Insert

View

Points: 0/1 | Attempts: 1/1

16. Pressing F8 key for three times selects

A word

A sentence

A paragraph

Entire document

Points: 0/1 | Attempts: 1/1


17. What does this mean? if (x!=y)

if x doesn't equal y

if x does equal y

if x is greater than y

if x is less than y

Points: 1/1 | Attempts: 1/1

18. To get to the ‘Symbol’ dialog box, click on the ______ menu and choose ‘Symbol’ in ms word.

Insert

Format

Tools

Table

Points: 1/1 | Attempts: 1/1

19. What is the correct way to write a comment in C++ ?

/this is comment/

\\this is a comment

//this is a comment

//this is a comment//

Points: 1/1 | Attempts: 1/1

20. What is the decimal numbers of 101010

32

42

37

46

Points: 1/1 | Attempts: 1/1


21. The Items property of a ComboBox:

is a collection of items.

is the same as the Items property of a ListBox.

contains methods and properties.

All of the above

Points: 1/1 | Attempts: 1/1

22. In a AND operator what is necessary for execution?

Only one condition can be true

One condition must be true

Both conditions must be true

None of the above

Points: 1/1 | Attempts: 1/1

23. A __ name must be unique within a database

Table

Field

Record

Character

Points: 1/1 | Attempts: 1/1

24. Which for loop is correct?

for {i=0,i<10,i++}

for (i=0; i<10; i++);

for (i=0; i<10; i++)

for (i=0, i<10, i++)

Points: 0/1 | Attempts: 1/1


25. Which of the following is the second step in creating a macro in ms word?

Start recording

Using your mouse or keyboard, perform the task you want to automate

Assign a keyboard shortcut to the macro

Give the macro a name

Points: 1/1 | Attempts: 1/1

26. Which shape is display from following code:


Private Sub Option1_Click ( )
Shape1.Shape = 0
End Sub

Circle

Rectangle

square

Oval

Points: 1/1 | Attempts: 1/1

27. What will be the output of the following Visual Basic code, If the intnumber variable is 110?
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf

180

330

156

270

Points: 1/1 | Attempts: 1/1

28. Which symbol must all formula begin with?

=
+

Points: 1/1 | Attempts: 1/1

29. Email stands for:

Easy mail

Electronic mail

Electric mail

None of these

Points: 1/1 | Attempts: 1/1

30. Choose the correct HTML tag to make text Bold?

<b>

<bold>

<bb>

<bld>

Points: 1/1 | Attempts: 1/1

31. Which button do yu click to add up a series of numbers?

The autosum button

The Formula button

The quicktotal button

The total button

Points: 1/1 | Attempts: 1/1

32. How to declare a Array Variable

Array arr(5) as int


Dim arr(5) as int

Array arr[5] as int

Array arr{5} as int

Points: 1/1 | Attempts: 1/1

33. Which function will you use to enter current time in a woksheet cell?

=today()

=now()

=time()

=currentTime()

Points: 1/1 | Attempts: 1/1

34. How to initialize the value of text1.text with a variable int i

i=text1.text

i=text1

i=val(text1)

i=val(text1.text)

Points: 0/1 | Attempts: 1/1

35. Microsoft PowerPoint is a

Database program

Spreadsheet program

Presentation program

Word processing program

Points: 1/1 | Attempts: 1/1

36. Which of the following is not a valid Zoom percentage in Excel?

10
100

300

500

Points: 1/1 | Attempts: 1/1

37. Which is not the browser:

Internet Explorer

Opera

Mozilla

Google

Points: 1/1 | Attempts: 1/1

38. Which area in an excel window allows entering values and formulas

Title bar

Menu bar

Formula bar

Standard toolbar

Points: 0/1 | Attempts: 1/1

39. What is the correct way to initialize values in an array?

my_array [5] = (5,3,4,2,7);

my_array [5] = {5,3,4,2,7};

my_array [5] = {5;3;4;2;7};

my_array [5] = {5 3 4 2 7};

Points: 0/1 | Attempts: 1/1

40. What is an ISP?

Internet System Protocol


Internal System Program

Internet Service Provider

None of the above

Points: 1/1 | Attempts: 1/1

41. What is a motion path?

A type of animation entrance effect

A method of advancing slides

A method of moving items on a slide

All of the above

Points: 1/1 | Attempts: 1/1

42. VGA is

Video Graphics Array

Visual Graphics Array

Volatile Graphics Array

Video Graphics Adapter

Points: 1/1 | Attempts: 1/1

43. URL stands for:

Universal Resource Locator

Uniform Resource Locator

Uniform Radio Locator

None of these

Points: 1/1 | Attempts: 1/1

44. Why Drop Caps are used in document?

To automatically begin each paragraph with capital letter


To drop all the capital letters

To begin a paragraph with a large dropped initial capital letter

None of above

Points: 1/1 | Attempts: 1/1

45. In HTML document the tags

Should be written in upper case

Should be written in lower case

Should be written in proper case

can be written in both uppercase or lowercase

Points: 0/1 | Attempts: 1/1

46. Running multiple programs at the same time is called:

Multitasking

Foreground tasking

Single tasking

Symmetric

Points: 1/1 | Attempts: 1/1

47. How do you declare a pointer that will hold an integer type?

int *p

int &p

int @p

int p

Points: 1/1 | Attempts: 1/1

48. What is the maximum length a text field can be?

120
255

265

75

Points: 1/1 | Attempts: 1/1

49. What is the term used when a clip art image changes the direction of faces?

Group

Flip

Rotate

All of the above

Points: 0/1 | Attempts: 1/1

50. Which of the following formulas will Excel Not be able to calculate?

=SUM(Sales)-A3

=SUM(A1:A5)*.5

=SUM(A1:A5)/(10-10)

=SUM(A1:A5)-10

Points: 1/1 | Attempts: 1/1

51. What is extension name of power point

.Jpg

.PPT

.Png

.Doc

Points: 1/1 | Attempts: 1/1

52. To save your computer from viruses you will do

Install antivirus software and run it


Make physical safe for the removal disk

Scan the removable disk before using it

All of the above

Points: 0/1 | Attempts: 1/1

53. In an if statement when do you need the curly braces?

when there is one line in the condition

when there are two or more lines in the condition

when there are no output

None of the Above

Points: 1/1 | Attempts: 1/1

54. The task of arranging data in order is called

Searching

Sorting

Ordering

Shorting

Points: 1/1 | Attempts: 1/1

55. What is entered by the function =today()

The date value for the day according to system clock

The time value according to system clock

Today’s date as Text format

All of above

Points: 1/1 | Attempts: 1/1

56. A primary key in any table has the properties

Not Null
No Duplicates

Both of above

None of above

Points: 0/1 | Attempts: 1/1

57. In a switch statement what must come after every case?

cout

curly braces

break

endl

Points: 0/1 | Attempts: 1/1

58. How is an array declared?

my_array {5};

my_array (5);

my_array [5];

my_array [5};

Points: 0/1 | Attempts: 1/1

59. Name the application under MS Office software bundle, that we use to create audio visual
presentation.

MS Word

MS Access

MS PowerPoint

MS Excel

Points: 1/1 | Attempts: 1/1

60. _______ is used to covert from upper case to lower case and vice versa.
Toggle case

Sentence case

Lower case

Upper case

Points: 1/1 | Attempts: 1/1

61. What do the double equal signs mean? if (x==y)

x is equal to y

x does not equal y

check to see if x is equal to y

check to see if x is not equal to y

Points: 0/1 | Attempts: 1/1

62. Which of the following formulas is not entered correctly?

=10+50

=B7*B1

=B7+14

10+50

Points: 1/1 | Attempts: 1/1

63. Which feature is used to make selected sentence to All Captital Letters or All Small Letters ?

Change Letter

Change Case

Change Sentence

Change Word

Points: 0/1 | Attempts: 1/1

64. What is the binary numbers of 126


1111101

1011111

1111110

11101101

Points: 1/1 | Attempts: 1/1

65. What is the correct way to print to the screen?

cout<< ("My first program);

cout<<"My first program"<<endl;

cin<<"My first program<<endl;

cout<<"My first program<<endl;

Points: 0/1 | Attempts: 1/1

66. A database can be best described as

Organized collection of data

Useful presentation of data

Graphical representation of data

All of above

Points: 1/1 | Attempts: 1/1

67. If a variable is declared inside a function, what kind of variable is this?

global variable

local variable

extended variable

internal variable

Points: 1/1 | Attempts: 1/1

68. The two kinds of main memory are:


Primary and secondary

Random and sequential

ROM and RAM

All of above

Points: 1/1 | Attempts: 1/1

69. Which selection process is an example of multiple branches from a single expression?

If…Then

Select Case

Do…Loop

For…Next

Points: 1/1 | Attempts: 1/1

70. Which of the following shutdown method is often called Warm Boot?

Shut Down

Restart

Sleep

Hibernate

Points: 1/1 | Attempts: 1/1

71. Which of the following store command to retrieve data from database?

Forms

Reports

Queries

Tables

Points: 1/1 | Attempts: 1/1

72. ________ is at the top of the window and it display the name of the application.
Menu bar

Title bar

Tool bar

Tool box

Points: 1/1 | Attempts: 1/1

73. What does an else statement do?

always executes

gives an alternative to the other conditions

else statement is a function

nothing

Points: 1/1 | Attempts: 1/1

74. Which of the following is used to explore the Internet?

Browser

Spreadsheet

Clipboard

Draw

Points: 1/1 | Attempts: 1/1

75. In Visual Basic, which of the following is used for coding single-alternative and dual-alternative
selection structures?

Switch-Case block

If…Then…Else statement

function overloading

All of the mentioned

Points: 0/1 | Attempts: 1/1


76. To insert three columns between columns D and E you would

Select column D

Select column E

Select columns E, F and G

Select columns D, E, and F.

Points: 0/1 | Attempts: 1/1

77. A feature of MS Office that saves the document automatically after certain interval is called ____

Save

Save As

Auto Save

Backup

Points: 0/1 | Attempts: 1/1

78. A Microsoft Office user who has been certified by Microsoft is called MOS. What is the full form
of MOS ?

Microsoft Office Special

Microsoft Office Specialist

Microsoft Office Superior

Microsoft Office eSpecial

Points: 0/1 | Attempts: 1/1

79. In the end of a program we must return and integer, what integer?

0
Points: 0/1 | Attempts: 1/1

80. How can you make a bulleted list?

<list>

<nl>

<ul>

<ol>

Points: 0/1 | Attempts: 1/1

81. Software in computer ....

Enhanced the capabilities of the hardware machine

Increase the speed of central processing unit

Both of the above

None of the above

Points: 1/1 | Attempts: 1/1

82. The computer that process both analog and digital is called

Analog computer

Digital computer

Hybrid computer

Mainframe computer

Points: 1/1 | Attempts: 1/1

83. The key uniquely identifies each record in a table.

primary key

key word

filed name

All of above
Points: 1/1 | Attempts: 1/1

84. Web pages starts with which ofthe following tag?

<Body>

<Title>

<HTML>

<Form>

Points: 1/1 | Attempts: 1/1

85. What is the decimal numbers of 101101

34

52

45

26

Points: 1/1 | Attempts: 1/1

86. Microsoft Access is a

RDBMS

OODBMS

ORDBMS

Network database model

Points: 0/1 | Attempts: 1/1

87. HTML stands for:

Huge Makeup Language.

Huge Text Makeup Language.

Hypertext Makeup Language.

Hypertext Markup Language.


Points: 1/1 | Attempts: 1/1

88. The tag which allows you to rest other HTML tags within the description is

<TH>

<TD>

<TR>

<CAPTION>

Points: 0/1 | Attempts: 1/1

89. which of the following tag is used to mark a begining of paragraph ?

<TD>

<br>

<P>

<TR>

Points: 1/1 | Attempts: 1/1

90. The slide that is used to introduce a topic and set the tone for the presentation is called the

table slide

graph slide

bullet slide

title slide

Points: 1/1 | Attempts: 1/1

91. What are the units used to count the speed of a printer?

CPM

DPI

PPM

BIT
Points: 0/1 | Attempts: 1/1

92. which for loop will not work?

for (i=0; i<5; i++)

for (i=5; i<=10; i++)

for (i=5; i=10; i++)

for (i=5; i<10; i++)

Points: 0/1 | Attempts: 1/1

93. A computer Program that translates one program instruction at a time into machine language is
called a/an

Interpreter

CPU

Compiler

Simulator

Points: 0/1 | Attempts: 1/1

94. Correct HTML tag for the largest heading is

<head>

<h6>

<heading>

<h1>

Points: 0/1 | Attempts: 1/1

95. Which two controls combined to form the ComboBox control?

ListBox and TextBox

ListBox and InputBox

ListBox and MsgBox


Label and InputBox

Points: 0/1 | Attempts: 1/1

96. What loops will always execute at least once?

for

do

while

None o the above

Points: 0/1 | Attempts: 1/1

97. In int main(), what does the int stand for?

integer

Numeric

initialize

nothing

Points: 0/1 | Attempts: 1/1

98. . ….is an intermediate storage for deleted files

My computer

My documents

Recycle bin

None of above

Points: 0/1 | Attempts: 1/1

99. Which is not an integer data type?

Single

Byte

Short
Integer

Points: 0/1 | Attempts: 1/1

100. Superscript, subscript, strikethrough are known as ?

Font Face

Font Style

Font Effects

Font Format

Points: 0/1 | Attempts: 1/1


1. To pass a voucher from Daybook, directly we have to press

Alt + C

Alt + I

Ctrl + C

Ctrl + I

Points: 0/1 | Attempts: 1/1


2. _______ is an advanced security system, which allows for encryption of the company data.

Tally Audit

Tally Vault

Tally Value

None of the above

Points: 0/1 | Attempts: 1/1


3. Which is not the default group in Tally?

Suspense Account

Outstanding Expense

Sales Account

Investments
Points: 0/1 | Attempts: 1/1
4. Optional Voucher is ______________________________.

Voucher which update figures

Voucher Type is emergency

Temporary voucher which does not update any figure any where

None of the above

Points: 1/1 | Attempts: 1/1


5. Which submenu is used to create new ledgers, groups and vouchers types in Tally.

Inventory Vouchers

Accounting Vouchers

Company Info

Account Info

Points: 0/1 | Attempts: 1/1


6. All revenue incomes are credited to

Manufacturing account

Trading account

Profit and loss account

None of the above

Points: 1/1 | Attempts: 1/1


7. We can create ________ level(s) of cost centres.

10

Single

Unlimited

Points: 0/1 | Attempts: 1/1


8. To declare a voucher as Post Dated press

Ctrl + D

Ctrl + P

Alt + T

Ctrl + T

Points: 1/1 | Attempts: 1/1


9. Predefined Billing terms can be maintained through

Voucher Class

Cost Center

Stock Categories

Maintain Multiple Godowns

Points: 0/1 | Attempts: 1/1


10. Allocation against bill are done automatically

True

False

Points: 1/1 | Attempts: 1/1


11. Profit and loss account starts with

Net profit

Net loss

Gross profit

None of the above

Points: 0/1 | Attempts: 1/1


12. Which of the following defines outstanding salary account?

Natural personal account

Artificial personal account

Representative personal account


Real account

Points: 1/1 | Attempts: 1/1


13. It is possible to use cash/bank in journal mode

True

False

Points: 1/1 | Attempts: 1/1


14. For Export of Data from Company to Company Tally users

XML Format

ASCII Format

SDF Format

PDF Format

Points: 1/1 | Attempts: 1/1


15. Units of measurement is used for calculation of stock

True

False

Points: 1/1 | Attempts: 1/1


16. Suspense Account Group is defined under

Assets

Income

Expenditure

Liabilities

Points: 1/1 | Attempts: 1/1


17. Stock category and stock group are same

True

False

Points: 1/1 | Attempts: 1/1


18. F11 is used for changing current configuration

True

False

Points: 0/1 | Attempts: 1/1


19. _______ godown facility is available in Tally

Single

Multi

Points: 1/1 | Attempts: 1/1


20. ETCS means

Electric Tax Collected at Source

Electronic Tax Collection at Source

Electronic Tax Collected at Source

Enable Tax Collected at Source

Points: 1/1 | Attempts: 1/1


21. While exporting Ledgers from Tally to Web Page, we use

ASCII Format

XML Format

SDF Format

HTML Format

Points: 1/1 | Attempts: 1/1


22. In the Tally Software, which one of the following directories stores all data entered by the user?

Bin

Sub

Data

Database

Points: 1/1 | Attempts: 1/1


23. The maximum number of decimal places, that can be activated is

Points: 1/1 | Attempts: 1/1


24. Which of the following assets have definite physical share or identity and existence?

Fictitious assets

Current assets

Tangible assets

Intangible assets

Points: 1/1 | Attempts: 1/1


25. Total number of Ledgers, Groups, Entries etc. can be shown from

Company Information

Tally Audit

Statistics

Accouts Information

Points: 1/1 | Attempts: 1/1


26. In profit and loss account, if debit is more than the credit, the difference is

Net profit

Net loss

Gross profit

None of the above

Points: 1/1 | Attempts: 1/1


27. Bank OCC account is a group defined under

Bank Account
Loan and Liability

Secured Loan

Unsecured Loan

Points: 1/1 | Attempts: 1/1


28. Assets which are acquired and held permanently and used in the business with the objective of
making profits is known as

Fixed assets

Current assets

Intangible assets

None of the above

Points: 1/1 | Attempts: 1/1


29. It is possible to search voucher in Tally

True

False

Points: 1/1 | Attempts: 1/1


30. Goods returning to a Creditor after challan but before bill we need to pass

Rejection Note

Rejection In

Rejection Out

Debit Note

Points: 0/1 | Attempts: 1/1


31. We can create multiple users in Tally activating

Maintain VAT

Tally Audit

Use Security Control

Both a and b
Points: 0/1 | Attempts: 1/1
32. For data restoration company creation is compulsory.

True

False

Points: 0/1 | Attempts: 1/1


33. Interest earned is a

Personal account

Real account

Nominal account

Intangible real account

Points: 1/1 | Attempts: 1/1


34. To define a ledger it is mandatory to maintain

Alias

Opening Balance

Group

None of the above

Points: 1/1 | Attempts: 1/1


35. Input Vat Ledger is created under which account?

Sales

Sales Return

Duties and Taxes

VAT and Taxes

Points: 0/1 | Attempts: 1/1


36. Party account can be created through

Any one of them

Group creation window


Inventory creation window

Ledger creation window

Points: 1/1 | Attempts: 1/1


37. What is TAN?

Tax Absorb Number

Tax Assignment Number

Tax Account Number

Tax Assessment Number

Points: 1/1 | Attempts: 1/1


38. What is the full of TCS?

Tax Collected from Sales

Tax Collected by Staff

Tax Consumption at Source

Tax Collected at Source

Points: 1/1 | Attempts: 1/1


39. Multiple ledger creation is possible in Tally

True

False

Points: 1/1 | Attempts: 1/1


40. We can view the Interest Calculation report from

Accounts Info.

Accounts Book

Statement of Accounts

None of the above

Points: 0/1 | Attempts: 1/1


41. To pass the Sales challan, we have to select Delivery Note.

True

False

Points: 1/1 | Attempts: 1/1


42. Voucher Class for Interest calculation created based on

Receipt and Payment Voucher

Journal Voucher

Debit and Credit Note

Both a and b

Points: 1/1 | Attempts: 1/1


43. If the Financial Year from is 1st April 2016 and the Books Beginning from 1st January 2017 then
what will be the Closing Date?

31st Dec 2016

9th Sep 2016

31st Dec 2017

31st March 2017

Points: 0/1 | Attempts: 1/1


44. How many formats are available while Exporting?

Points: 1/1 | Attempts: 1/1


45. Which of the following is related to scientific system of maintaining account?

Single entry

Double entry
Contra entry

Book entry

Points: 1/1 | Attempts: 1/1


46. TDS deduction entry can be made through

Payment Voucher

Journal Voucher

Receipt Voucher

All of these

Points: 1/1 | Attempts: 1/1


47. Tally supports trading inventory

True

False

Points: 1/1 | Attempts: 1/1


48. Trading account is a

Personal account

Real account

Nominal account

None of the above

Points: 1/1 | Attempts: 1/1


49. Investment is a

Personal account

Tangible real account

Nominal account

Representative personal account

Points: 1/1 | Attempts: 1/1


50. Debit the receiver, credit the giver is rule for
Personal account

Tangible real account

Nominal account

Representative personal account

Points: 1/1 | Attempts: 1/1

You might also like