CPSC1050_OS and Information Systems

CPSC1050_OS and Information Systems

University

5 Qs

quiz-placeholder

Similar activities

Microsoft Excel Quiz

Microsoft Excel Quiz

University

10 Qs

python lists

python lists

University

9 Qs

UTS Excell UNPAM

UTS Excell UNPAM

University

4 Qs

Java Quiz

Java Quiz

University

10 Qs

Basic Device &  Switching Concepts

Basic Device & Switching Concepts

University

10 Qs

preposition

preposition

University

10 Qs

Examen Excel

Examen Excel

University

10 Qs

CPSC1050_OS and Information Systems

CPSC1050_OS and Information Systems

Assessment

Quiz

Computers

University

Hard

Created by

W Mao

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A record is a named heterogeneous collection of items in which individual items are accessed by index.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Given the following spreadsheet, which of the following is the correct formula in cell C3 to scale the grade in C2 by 4% (cell F2) and can be copied to cells D3:E3?

C2 * $F$2

C2 * F2

C2 * F$2

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Given the following table called 'coffee', write a SQL query that changes the Price for Hot Chocolate to 2.99.

UPDATE coffee SET Price = 2.99 WHERE item = 'Hot Chocolate'

SET Price = 2.99 UPDATE coffee WHERE item = 'Hot Chocolate'

INSERT coffee SET Price = 2.99 WHERE item = 'Hot Chocolate'

INSERT INTO coffee (Item, Price) VALUES ('Hot Chocolate', 2.99)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In which state does a process reside if it is waiting only for its turn to use the CPU?

running

ready

waiting

new

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Suppose processes P1 through P5 arrive in the ready state at essentially the same time in the order given below. Given the service times shown, what would be the Turnaround Time for P2 using Round Robin scheduling algorithm with time slice of 60? (NOT the total turnaround time)

90

300

330

270