CPSC1050_OS and Information Systems

CPSC1050_OS and Information Systems

University

5 Qs

quiz-placeholder

Similar activities

RUMUS FINANCIAL

RUMUS FINANCIAL

University

10 Qs

Introduction to Computing

Introduction to Computing

University

10 Qs

Pengolahan Data Dasar

Pengolahan Data Dasar

10th Grade - University

10 Qs

Excel Test

Excel Test

University

10 Qs

CS_L3_Etiquette

CS_L3_Etiquette

1st Grade - Professional Development

10 Qs

Tin học cơ sở

Tin học cơ sở

1st Grade - University

10 Qs

Web Object Identification

Web Object Identification

University

10 Qs

Основы SQL

Основы SQL

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