AP CSA Unit 01 Test Review

AP CSA Unit 01 Test Review

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

JavaScript:  CodeHS chapter 3 exam

JavaScript: CodeHS chapter 3 exam

9th - 12th Grade

15 Qs

Chapter1-Unit(iv)to(vi)

Chapter1-Unit(iv)to(vi)

9th - 10th Grade

18 Qs

STM30243 - TOPIC 4

STM30243 - TOPIC 4

9th Grade

16 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

UTS SMT Genap PBO 11 RPL

UTS SMT Genap PBO 11 RPL

11th Grade

15 Qs

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

ASK Tingkatan 2 - Bab 003 (3.1.1-3.1.2)

ASK Tingkatan 2 - Bab 003 (3.1.1-3.1.2)

7th - 9th Grade

15 Qs

AP CSA Unit 01 Test Review

AP CSA Unit 01 Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Robert Giordano

Used 2+ times

FREE Resource

17 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following

Input Devices

Devices the hold onto and store data

Storage Devices

Devices that process, analyze, manipulate, or change data

Processor

Devices that allow the computer to communicate with the user

Output Devices

Devices that allow the user to communicate with the computer

2.

DRAG AND DROP QUESTION

1 min • 1 pt

Languages like Python, C++, and Java are ​ (a)   programming languages, while languages like assembly and machine language are ​ (b)   programming languages.

high-level
low-level

3.

DROPDOWN QUESTION

1 min • 1 pt

The ​ (a)   is A virtual machine used to run a Java program that prevents anything from happening to the actual computer.

A set of tools used for developing java programs. It includes a runtime environment inside of it is called the ​ (b)   .

The ​ (c)   is a software layer that provides the class libraries and other resources a Java program needs to run.

Java Virtual Machine (JVM)
Java Development Kit (JDK)
Java Runtime Environment (JRE)

4.

DROPDOWN QUESTION

1 min • 1 pt

Match the operator to its function:

Addition: ​ (a)  

Subtraction: ​ (b)  

Multiplication: ​ (c)  

Division: ​ (d)  

Modulus: ​ (e)  

+
-
*
/
%
\
X
&
|

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the proper syntax to typecast a double as an int.

Example:

double myNum = 7.5;

int num = _______________;

int(myNum)

myNum.toInt()

toInt(myNum)

(int)myNum

6.

MATH RESPONSE QUESTION

2 mins • 1 pt

Convert Binary 10101001 to Decimal

Mathematical Equivalence

ON

7.

MATH RESPONSE QUESTION

2 mins • 1 pt

Convert Octal 642 to Decimal

Mathematical Equivalence

ON

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?