Generate Quiz 6A5A6EA9B4303

You have 30 minutes to complete the quiz


Generate Quiz 6A5A6EA9B4303

1 / 30

What are MS Access forms designed to do

2 / 30

The data transfer speed of a modem is:

3 / 30

How many bytes does a double data type take in memory?

4 / 30

C-language programs are divided into unit called:

5 / 30

Which function is used to copy a string?

6 / 30

Which of the following represents the new-line marker?

7 / 30

What will be the output of the following code?

C

int main()

{

char c;

FILE *fp;

fp=fopen(“demo.txt”,”r”);

while((c=fgetc(fp))!=EOF)

printf(“%c”,c);

fclose(fp);

return 0; }

8 / 30

In an E-R diagram, a rectangle represents:

9 / 30

Given the array numbers = {5, 10, 15, 20}, what is a correct way to use a for loop to print each element?

10 / 30

What is the smallest meaningful unit of data in a database called?

11 / 30

What is the most important property of fiber optic cable?

12 / 30

Observation method consist of which observer methods?

13 / 30

Which of the following is a set of related records?

14 / 30

Which tool will allow you to draw many predefined geometrical shapes, arrows, flowchart symbols and stars

15 / 30

Which shortcut key do you press to force a page break in Word

16 / 30

The value of the expression in a switch statement must be:

17 / 30

A network that transmits data over city wide distances faster than LAN is

18 / 30

If a memory location is to be read, the CPU places the address in:

19 / 30

In hybrid distribution, which kind of fragments are stored at only one site?

20 / 30

Which of the following are related to page orientation in MS-Word

21 / 30

A browser is a software program that allows users to:

22 / 30

What does “CAT” stand for?

23 / 30

The number of records in a relation is called

24 / 30

What is the name of the layer in the OSI model that is responsible for error detection and correction

25 / 30

What software is used to detect and remove viruses from a computer?

26 / 30

CAT builds up pictures of a ‘slice’ through the body and combines them to give a:

27 / 30

In which statement does the case statement end in switch statement

28 / 30

What does the clipboard in MS Word store?

29 / 30

Which of the following is not true about a form

30 / 30

C

#include

int main() {

char c1 = ‘a’;

char c2 = ‘5’;

if (c1 > c2) {

printf(“c1 is greater\n”);

} else {

printf(“c2 is greater\n”);

}

return 0;

}

What is the output of this code?

Your score is

0%

PLS Academy App!

Learn Anytime, Anywhere

🔥HURRY! Big Sale 50% OFF

Protected