0% found this document useful (0 votes)
46 views12 pages

Computer Awareness 1

In C language, a hexadecimal number is represented by prefixing 0x to the number. A hexadecimal number uses base 16 numbering system and values from 0 to 9 are represented as usual and values from 10 to 15 are represented by letters A to F.

Uploaded by

kav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views12 pages

Computer Awareness 1

In C language, a hexadecimal number is represented by prefixing 0x to the number. A hexadecimal number uses base 16 numbering system and values from 0 to 9 are represented as usual and values from 10 to 15 are represented by letters A to F.

Uploaded by

kav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

In C language, a hexadecimal number is

represented by writing

a.

b.

ox

c.

d.

bxo

Clear my choice

Question ​7

Not yet answered


Marked out of 1.00

Flag question

Question text

If a variable is a pointer to a structure, then which of the following


operator is used to access data members of the structure through the
pointer variable?

a.

&

b.

..

c.

d.

->

Clear my choice
Question ​8

Not yet answered

Marked out of 1.00

Flag question

Question text

a.

Time taken by read/write head mechanism to position itself over


appropriate cylinder
b.

Time taken by appropriate sector to come under read/write

c.

None of these

d.

time taken to retrieve a data

Clear my choice

Question ​9

Not yet answered

Marked out of 1.00

Flag question

Question text

An inverted file
a.

A file which stores opposite records

b.

None of these

c.

A file which stores information about records of a system

d.

Locates information about data in small files that are maintained apart
from actual data record

Clear my choice

Question ​10

Not yet answered

Marked out of 1.00

Flag question
Question text

Value of ix+j, if i,j are integer type and ix


long type would be

a.

float

b.

long integer

c.

integer

d.

double precision

A direct access file is 

a. 
A file in which records are arranged in a particular order 

b. 

A file in which records are arranged in a way they are inserted in a file 

c. 

None of these 

d. 

Files which are stored on a direct 


access storage medium 

Clear my choice 

Question ​2 

Answer saved 

Marked out of 1.00 

Flag question 
Question text 

Which of the following is not a file operation 

a. 

Truncating 

b. 

Appending 

c. 

Repositioning 

d. 

None of these 

Clear my choice 

Question ​3 

Answer saved 

Marked out of 1.00 


Flag question 

Question text 

A pointer is 

a. 

A variable that stores address of other variable 

b. 

A keyword used to create variables   

c. 

All of these 

d. 

A variable that stores address of an instruction 

Clear my choice 
Question ​4 

Answer saved 

Marked out of 1.00 

Flag question 

Question text 

In a C 
language 
‘3’ 
represents 

a. 

A digit   

b. 

An integer   

c. 
A word 

d. 

A character 

Clear my choice 

Question ​5 

Answer saved 

Marked out of 1.00 

Flag question 

Question text 

How many bytes are occupied by ​near, far​ and ​huge​ pointers (DOS)? 

a. 

near=4 far=4 huge=8 


b. 

near=2 far=4 huge=4 

c. 

near=4 far=8 huge=8   

d. 

near=2 far=4 huge=8 

You might also like