Chapter 6

Chapter 6

12th Grade

23 Qs

quiz-placeholder

Similar activities

Technical Quiz Round 1 Set 1

Technical Quiz Round 1 Set 1

12th Grade

20 Qs

Study III Programming

Study III Programming

12th Grade

20 Qs

Programming Review

Programming Review

9th - 12th Grade

22 Qs

9618 Chp11 Programming Basics Quiz

9618 Chp11 Programming Basics Quiz

11th Grade - University

20 Qs

Computer 10 | Introduction to Java

Computer 10 | Introduction to Java

9th - 12th Grade

20 Qs

Programming Techniques Survey

Programming Techniques Survey

8th - 12th Grade

19 Qs

XII Computer Datastructures 2023

XII Computer Datastructures 2023

9th - 12th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

Chapter 6

Chapter 6

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Scott Gilbert

Used 9+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interpret the following Logic. For data input put on someone who is 20 years old, which category would they fall into?

If age < 13, then category “Child”

Else if age < 20 then category “Teen”

Else if age < 65 then category “Adult”

Else category “Senior”

Child

Teen

Adult

Senior

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interpret the following logic. A law enforcement agency has received data indicating that there are 10 current threats to Public Safety. What should the threat level be?

If threats < 3, then level “Green”

Else If threats < 6, then level “Yellow”

Else If threats < 9 then level “Orange”

Else If threats < 12, then level “Red”

Else level “Emergency”

Green

Yellow

Orange

Red

Emergency

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following numbers is written in hexadecimal format?
100101
3268
18AF
100101.11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true regarding arrays and vectors?
Arrays contain one data type and are dynamic in length. Vectors can have multiple data types and are fixed in length.
Arrays can have multiple data types and are fixed in length. Vectors have one data type and are dynamic in length.
Arrays can have multiple data types and our dynamic in length. Vectors have one data type and are fixed in life.
Arrays contain one data type and are fixed in length. Vectors have multiple data types and are dynamic in length

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer needs to use a code designation for non-English letters. What rotational system does the developer need to use?
ASCII
Unicode
International
Strings

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of high-level programming language is translated into machine code once and then executed many times
Compiled
Scripted
Scripting
Markup

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer wants to write code that directly accesses the computer's Hardware. Which is the best type of language for the programmer to use?
Compiled
Query
Interpreted
Assembly

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?