Unabridged Unit 1 Test APCSAwesome

Unabridged Unit 1 Test APCSAwesome

9th Grade

30 Qs

quiz-placeholder

Similar activities

ทดสอบก่อนเรียนการเขียนโปรแกรม

ทดสอบก่อนเรียนการเขียนโปรแกรม

9th Grade

25 Qs

Pangkalan Data 2

Pangkalan Data 2

8th - 12th Grade

25 Qs

Journey Inside

Journey Inside

9th - 11th Grade

25 Qs

latihan sketchup #1

latihan sketchup #1

9th Grade

25 Qs

Fundamentals of Hardware & Software

Fundamentals of Hardware & Software

9th Grade

25 Qs

Intro to Python BBG

Intro to Python BBG

9th - 11th Grade

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

Исходящий тест '23(9кл)

Исходящий тест '23(9кл)

9th Grade

25 Qs

Unabridged Unit 1 Test APCSAwesome

Unabridged Unit 1 Test APCSAwesome

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Patrick Bryar

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will the computer run first in a Java program?

first line of code

main method

last line of code

class intro

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we want to print in Java, we use the code ......

system.out.print();
System.out.println();
System.Out.Printf();
System.out.show();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to hold true/false values?

int

float

char

boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Name the data type: ____ value=1.0;

double

int

char

boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid variable declaration in Java?

int 1myInteger = 0;

int int = 0;

Int my Integer = 0;

int myInteger = 0;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_________ operator returns the remainder after division

+

/

%

*

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If a=2, b=5, c=3


Find result for : 8 * (a + b + c) – b % c

80

81

77

78

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers