CSS Exam Info

CSS Computer Science-I MCQs - 2024

0 votes, 0 avg
close report window

Report a question

You cannot submit an empty report. Please add some details.
tail spin

Computer Science Past Paper MCQs

CSS COMPUTER science past paper mcqs

Computer Science-I 2024 MCQs

1 / 20

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

2 / 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:

3 / 20

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

4 / 20

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

5 / 20

Regarding Binary Trees, which of the following is true?

6 / 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:

7 / 20

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

8 / 20

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

9 / 20

Which programming language allows for polymorphism but not classes?

10 / 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;
}

11 / 20

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

12 / 20

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

13 / 20

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

14 / 20

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

15 / 20

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

16 / 20

Compiler can check ____ error.

17 / 20

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

18 / 20

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

19 / 20

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

20 / 20

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

Your score is

The average score is 37%

Exit

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

Leave a Reply

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