WeCare #1

WeCare #1

12th Grade

6 Qs

quiz-placeholder

Similar activities

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

HTML Text Formatting Tags

HTML Text Formatting Tags

12th Grade

10 Qs

HTML Semantic Elements

HTML Semantic Elements

9th - 12th Grade

10 Qs

HTML & CSS Quiz

HTML & CSS Quiz

6th - 12th Grade

10 Qs

Video Quiz - Introduction to CSS

Video Quiz - Introduction to CSS

9th - 12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

Illustrator Quiz

Illustrator Quiz

7th - 12th Grade

10 Qs

Python IF Statements

Python IF Statements

9th - 12th Grade

10 Qs

WeCare #1

WeCare #1

Assessment

Quiz

Computers

12th Grade

Hard

Created by

PUAN BM

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

OPEN ENDED QUESTION

2 mins • 2 pts

Identify any one of four (4) activities for input, process and output operations based on the scenario below. Sara Salama is an inventory manager at a busy retail store. Every day, she begins by checking the new shipments and stock levels. She enters this information into the store's inventory system, including the details about new products, quantities, and prices. The system then updates the inventory records, compares current stock levels with the latest data, and flags items that need reordering. It also alerts Ali about products that are running low and suggests when to restock.

Evaluate responses using AI:

OFF

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

(a) Convert 10111102 into the hexadecimal number, answer without base (e.g. 1A).

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

(b) Convert 1110011002 into the decimal number.

4.

FILL IN THE BLANK QUESTION

1 min • 2 pts

(c) Following is an example of a valid IPv6 address that uses hexadecimal numbers: 0210 : AF69 : F090 : 6A05 : 0000 : 0020 : 3257 : 9652. Convert AF69 into a format that the computer can interpret, answer without base (e.g. 1010).

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Chakciboo and Shalolo want to check whether the mainframe in the server room has been attacked by a Polymorphic Virus. Shalolo chatted with her friend using the Japanese language through WhatsApp about this attack. What's the coding scheme used?

6.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

Determine the boolean expression for a given logic statement or scenario. The output X, of a logic circuit that drives the display of the alert, must have a value of 1 when either one of the conditions is met: Carbon dioxide pressure too low and temperature > 3000C Water pressure > 10 bar and temperature > 3000C The inputs to the system are: Input Binary Condition P 0 Carbon dioxide pressure acceptable 1 Carbon dioxide pressure too low T 0 Temperature <=3000C 1 Temperature >3000C W 0 Water pressure <=10 bar 1 Water pressure >10 bar. Write without space (e.g. X=P.T.W).