CPSC1050_OS and Information Systems

CPSC1050_OS and Information Systems

University

5 Qs

quiz-placeholder

Similar activities

Excel

Excel

University

9 Qs

Pendalaman Materi Excel

Pendalaman Materi Excel

University

10 Qs

Excel para babies :D - Conceptos básicos

Excel para babies :D - Conceptos básicos

University

10 Qs

Orientação a objetos básica

Orientação a objetos básica

University

9 Qs

Binarios CA1, CA2

Binarios CA1, CA2

University

6 Qs

Telecommunications & Networking

Telecommunications & Networking

9th Grade - University

10 Qs

Quiz 2 - Excel

Quiz 2 - Excel

University

10 Qs

Belajar Microsoft Exel

Belajar Microsoft Exel

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