Computer Sciences Practice Test 2




Computer Science Practice Tests Overview

Computer Science Practice Tests are an important resource for students preparing for NUST, FAST, UET, ECAT, NTS, and FSC board exams. These tests focus on essential topics such as programming, data structures, algorithms, databases, and computer fundamentals. Regular practice helps students strengthen technical knowledge, improve problem-solving skills, and gain confidence in solving exam-style questions.

PLS Boost Bundle

Get Access to 20 thousands+ MCQs Including Topical MCQs, Practice Tests, Mock Tests, Solved Past Papers, Flashcards, Notes, FLPS, and Much More.

361

Computer Practice Test 2

This is the Free Access to Limited MCQs. Enroll to PLS Boost Premium Bundle to Get More MCQs HERE

1 / 100

is category software:

2 / 100

13. is not an application software:

3 / 100

The name for the screen clarity:

4 / 100

An electronic device that accepts, processes data and products information is called: (a) Input device (b) Computer (c) Output devices (d) Operating system

5 / 100

Collection of raw facts and figures is called:

6 / 100

How many keywords are in C?

7 / 100

15. In C, the maximum length of variable name is:

8 / 100

17. Each number format consists of part:

9 / 100

20. If the custom format is If it, it N N then the number 23349 will be displayed as:

10 / 100

a spreadsheet:

11 / 100

6. Referential integrity is applied on

12 / 100

14. A foreign key constraint is also called

13 / 100

9. problems occurs when same information is stored in two different ways:

14 / 100

17. Which one is an example of De-Facto standard?

15 / 100

The software used for workgroup computing is called:

16 / 100

I. A LAN is a combination of:

17 / 100

10. Which network model consists of many clients and one or more central computers?

18 / 100

11. How may table view are available in MS-Access?

19 / 100

16. menus in MS-Access contains commands that can be used to switch between table views?

20 / 100

14. views can be used to add, edit, and delete records to and from the table:

21 / 100

12. The data in table is entered in:

22 / 100

15. The relationship between countries and their capitals is an example of relationships.

23 / 100

13. The number of times a wave repeats during a specific time interval is called:

24 / 100

15. Which type of data consists of words, sentences, and paragraphs?

25 / 100

16. The charts, graphs and pictures are examples of:

26 / 100

8. The is the physical path over which a message travels:

27 / 100

9. Computer at home can be used

28 / 100

scanners is used in hospitals:

29 / 100

8. represents an object:

30 / 100

9. The manipulated and processed data is called:

31 / 100

7. Which of the following is not related to data manipulation?

32 / 100

6. A collection of raw facts and figures is called:

33 / 100

17. A technique for physically arranging the records of a file on secondary storage device is called

34 / 100

16. The conditional operator is an alternative of:

35 / 100

9. Which of the following is an optional part in switch statement?

36 / 100

11. selection structures is the simplest form of decision making structure:

37 / 100

2. Which of the following operator is used as decision making statement

38 / 100

17. The conditional operator takes expression.

39 / 100

19. What will be the output of (7 > 8) ?printf(“ABC”):printf(“XYZ”);

40 / 100

9. The bar that displays the name of program and the name of documents is called:

41 / 100

. Which of the following is a word processor (

42 / 100

19. Font size is measure in:

43 / 100

19. If there are small fmite number of values for a certain field on a form which object will be suitable

44 / 100

10. How many are the layouts of Form in MS-Access?

45 / 100

2. How many basic layouts of forms are here in Microsoft Access.

46 / 100

15. Which is not an example of a control element placed on the form

47 / 100

17. The of for loop executed only once in the first iteration

48 / 100

11. The body of I comes er the test condition in:

49 / 100

8. In while loop, the loop control variable always initialized

50 / 100

10. structure executes the body of loop at least once:

51 / 100

9. In while loop, the increment / decrement statement are placed

52 / 100

8. The programming language that are very close to machine code are called:

53 / 100

language is known as fundamental computer language:

54 / 100

18. The program written in assembly language is translated to the machine code with the help of translator program called:

55 / 100

15. There are types of streams

56 / 100

14. If programs get input data from data file and also send output into data file. It is called:

57 / 100

3. On successfully closing a file , the fclose( ) returns:

58 / 100

13. function is used as formatted output file function:

59 / 100

9. A collection of related records is called

60 / 100

7.function is used to write a string to a file:

61 / 100

17. SQL is used for

62 / 100

20. is responsible for designing, coordinating and monitoring the database system: (

63 / 100

9. The rows of a table or relation are known as:

64 / 100

2. The foreign key is found in

65 / 100

19. serves as a bridge between end users and database administrator:

66 / 100

16. is known as control key:

67 / 100

20. Which of the following format specifier is used for string type data?

68 / 100

12. Which of the following forma specifier is used for character type data

69 / 100

5. is not used in control or format string in a prindo function:

70 / 100

4. The printf() function is used to display:

71 / 100

11. The escape sequence for carriage return is

72 / 100

2. A collection of millions of computers interlink to one another is called:

73 / 100

3. The globe has become a global village, due to:

74 / 100

6. is a high speed communication line:

75 / 100

10. If “Yahoo.com” is a domain name, then what will be the top level domain?

76 / 100

12. Which one represents the top level domain?

77 / 100

6. is element MS-Access application window:

78 / 100

17. A place where we can see all the tables and their relationship

79 / 100

14. A query is a more flexible way of

80 / 100

is a collection of related data organized in rows and columns:

81 / 100

5. represents of wizard of DBMS:

82 / 100

2. Which of the following object is used to retrieve data from database and present in a formatted way?

83 / 100

6. The component of computer that stores data and program while these are being executed is called:

84 / 100

14. Which component of computer is responsible for comparison of two numbers?

85 / 100

3. The idea of stored program was given by:

86 / 100

12. Which is a storage device?

87 / 100

1. Data and programs that are not being use by computer are stored in:

88 / 100

18. CPU is an example of:

89 / 100

17. In a C program two functions can have:

90 / 100

18. The name of actual and formal parameters:

91 / 100

2. Global variables are created in

92 / 100

I I. The name of actual and formal parameters:

93 / 100

5. The functions that are defined by programmer are called:

94 / 100

18. Format C is an example of:

95 / 100

16. A secret word or number to be typed by a keyboard before an activity can take place are called:

96 / 100

9. Software that is used to detect and remove the viruses from the computer is called:

97 / 100

14. Another name for antivirus is:

98 / 100

17. Which is not an antivirus program?

99 / 100

15. involves the processing on multiple processors in a computer:

100 / 100

19. contains the files and folders that are deleted from the hard disk:

Your score is

The average score is 61%

0%

Importance of Practicing Computer Science Tests

Consistent practice of Computer Science tests enhances logical reasoning, analytical thinking, and coding abilities. Topic-wise and full-length tests allow students to identify weak areas, revise important concepts, and minimize errors. Timed practice also helps students manage exam pressure and solve questions efficiently within the allotted time.

PLS Academy Computer Science Test Preparation

PLS Academy offers well-designed Computer Science Practice Tests with exam-focused MCQs, detailed solutions, and full syllabus coverage. With expert guidance and structured practice material, PLS Academy helps students master computer science concepts and achieve top scores in entry tests and FSC board exams.

JazakAllah

BIG SALE! FLAT 50% OFF

Protected