Due: Thursday 12/05 10:00am

Submission name: test03.txt

Write Possible Test Questions

Write three potential test questions.

  1. The first two should be multiple choice questions with 4 options.
  2. The third one should be a more open-ended question.
    • It could be something like base conversion, encoding-based, definition, short explanation etc (nothing too long).

Put both questions, and the answers in a plain text file. Use this format:

#|
MC Question:
Skill:
Options:
Answer
|#

#|
MC Question:
Options:
Skill:
Answer
|#

#|
Open Ended Question:
Skill:
Description

Possible solution:
|#
ANSWER GOES HERE

Here is a filled in Example:

#|
MC Question:
What is the air speed of an unladen swallow?
Skill: 9001
Options:
A) 2 mph
B) 20 mph
C) 200 mph
D) African or European?

Answer: D
|#

#|
MC Question:
Who you gonna call?
Skill: 9001
Options:
A) Transformers
B) Ghostbusters
C) Thundercats
D) Teenage Mutant Ninja Turtles

Answer: B
|#

#|
Open Ended Question:
Skill: 9002
What is 1 in binary?

Possible solution:
|#
1

Test Skills

Skill Minimal Competency Developing Competency Competency Mastery
12. Number Systems Demonstrates understanding of the decimal number system. Demonstrates understanding of the binary number system. Can convert between decimal and binary number systems. Can work in octal and hexadecimal number systems.
13. Digital Representation of Data Demonstrates an understanding of bits and bytes. Demonstrates how bits can be used to represent integers. Demonstrates how bits can be used to represent characters. Demonstrates how bits can be used to represent other kinds of data (e.g. images, audio)
14. Main Components of Computers Can describe and identify one of the 4 main components of computers. Can describe and identify 2 of the 4 main components of computers. Can describe and identify the 4 main components of computers. Can describe how the 4 main components of computers interact with each other.
16. The Internet Can explain the roles of servers, clients and routers. Can explain how computers are addressed on the internet and what domain names are. Can explain how internet traffic flows between devices. Can explain the role of different internet protocols.