Computer Science Quiz

Computer Science Quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

The Program Development Cycle

The Program Development Cycle

11th Grade - University

10 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

AI

AI

10th - 12th Grade

14 Qs

Montaż i Naprawa sprzętu

Montaż i Naprawa sprzętu

9th - 12th Grade

12 Qs

Testing

Testing

9th - 12th Grade

10 Qs

Bab 2. Proses Pemrograman - Berfikir Komputasional (Rekursif)

Bab 2. Proses Pemrograman - Berfikir Komputasional (Rekursif)

11th Grade

10 Qs

9.1 Computational Thinking Skills Cambridge iAS 9618

9.1 Computational Thinking Skills Cambridge iAS 9618

11th Grade

20 Qs

Testing dan Implementasi UTS

Testing dan Implementasi UTS

KG - University

20 Qs

Computer Science Quiz

Computer Science Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Ashraf Elbialy

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of corrective maintenance in program maintenance?

To improve the performance of a program

To test the inputs and outputs of a module

To add new tasks required by the customer

To correct errors that appear during use

Answer explanation

Corrective maintenance in program maintenance is performed to correct errors that appear during use.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the principle of a stack data structure?

Sequential access

Random access

Last in, first out (LIFO)

First in, first out (FIFO)

Answer explanation

The principle of a stack data structure is Last in, first out (LIFO). It means that the last element added to the stack will be the first one to be removed. This allows for efficient insertion and deletion operations.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of white-box testing in program development?

Testing separately written modules to ensure they work together

Testing the completed program in-house by the development team

Testing the structure and logic of every path through a program module

Testing a module's inputs and outputs

Answer explanation

White-box testing is used to test the structure and logic of every path through a program module.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adaptive maintenance in program maintenance?

To correct errors that appear during use

To improve the performance of a program

To test the inputs and outputs of a module

To add new tasks required by the customer

Answer explanation

Adaptive maintenance is performed to add new tasks required by the customer, enhancing program functionality.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the principle of a queue data structure?

Last in, first out (LIFO)

Sequential access

First in, first out (FIFO)

Random access

Answer explanation

The principle of a queue data structure is 'First in, first out (FIFO)'. It ensures that the element added first will be the first one to be removed.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of black-box testing in program development?

Testing the completed program in-house by the development team

Testing separately written modules to ensure they work together

Testing the structure and logic of every path through a program module

Testing a module's inputs and outputs

Answer explanation

Black-box testing is used to test a module's inputs and outputs, ensuring they work correctly. It focuses on the functionality of the module without considering its internal structure or logic.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of perfective maintenance in program maintenance?

To correct errors that appear during use

To test the inputs and outputs of a module

To add new tasks required by the customer

To improve the performance of a program

Answer explanation

Perfective maintenance is performed to improve the performance of a program.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?