it flashcard

it flashcard

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does CPU stand for?

Back

Central Processing Unit

2.

FLASHCARD QUESTION

Front

Which of the following is an example of an input device? Monitor, Printer, Keyboard, Speaker

Back

Keyboard

3.

FLASHCARD QUESTION

Front

In Java, which of the following is true about the final keyword? Options: It prevents a class from being subclassed., It allows a method to be overridden., It makes a variable mutable., It is used to define abstract methods.

Back

It prevents a class from being subclassed.

4.

FLASHCARD QUESTION

Front

In JavaScript, what is the output of the following code?
```javascript
console.log(0.1 + 0.2 === 0.3);
```
Options: true, false, undefined, NaN

Back

false

5.

FLASHCARD QUESTION

Front

In C#, what is the purpose of the async and await keywords?

Back

To enable asynchronous programming.

6.

FLASHCARD QUESTION

Front

What is the primary purpose of a TLB (Translation Lookaside Buffer)?

Back

To cache virtual-to-physical address translations.

7.

FLASHCARD QUESTION

Front

Which of the following is true about the First-Come, First-Served (FCFS) scheduling algorithm? It may suffer from the convoy effect.

Back

It may suffer from the convoy effect.

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?