CSS Exam Info

0 votes, 0 avg

Computer Science Past Paper MCQs

CSS COMPUTER science past paper mcqs

Computer Science-I 2024 MCQs

1 / 20

What is the name of a linear collection of data components where the linear node is provided by a pointer?

2 / 20

Which programming language allows for polymorphism but not classes?

3 / 20

If an employee requests root access to a UNIX system in which you serve as the administrator, you shouldn't provide them access or this authority unless their job necessitates certain rights and privileges. Which cyber security notion may it be seen as an excellent example of:

4 / 20

Which component is responsible for providing power supply to all other components in a computer system?

5 / 20

When we attempt to add the eleventh element to a stack with a size of 10, we encounter a circumstance known as:

6 / 20

After a certain amount of time, say thirty minutes, the online application, similar to banking websites, should prompt users to log in again. Which cyber security concept may it be seen as a prime example of:

7 / 20

Which of the following is considered as the world's first antivirus program?

8 / 20

Which of the following ports is used to connect external devices such as printers, scanners, and cameras to a computer?

9 / 20

Which language does not allow for inheritance in all four forms?

10 / 20

Which type of monitor technology offers the widest viewing angles and accurate color reproduction?

11 / 20

Select the correct output of the following code.
#include
int main()
{
int arr[5]={10,20,30,40,50};
printf("%d", arr[5]);
return 0;
}

12 / 20

Which of the following is NOT an agile software development methodology?

13 / 20

What is an example of system software from the list below?

14 / 20

Which was the first purely object-oriented programming language developed?

15 / 20

Which of the following malware types does not infect others and duplicate or clone itself?

16 / 20

Compiler can check ____ error.

17 / 20

Regarding Binary Trees, which of the following is true?

18 / 20

A high-level language compiler that runs on one computer and generates code for another is known as:

19 / 20

When compiled, which of the following class of statement often yields no executable code?

20 / 20

How much time would it take to add an element to the linked list asymptotically?

Your score is

The average score is 36%

Exit

How was the test? Please Submit your Rating and give a feedback!

Leave a Reply

Your email address will not be published. Required fields are marked *

Like this: