Computer Science 2nd term quiz

Computer Science 2nd term quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Tamil Movies

Tamil Movies

KG - Professional Development

10 Qs

Ethics

Ethics

9th Grade

10 Qs

cartoon charecters

cartoon charecters

KG - Professional Development

11 Qs

TTESS for New Teachers

TTESS for New Teachers

6th - 12th Grade

10 Qs

Personal Code of Conduct

Personal Code of Conduct

9th - 12th Grade

11 Qs

E OBJ 1.03 - 1.04 Vocab

E OBJ 1.03 - 1.04 Vocab

9th - 12th Grade

13 Qs

Ethics Quiz

Ethics Quiz

9th Grade

10 Qs

Logic

Logic

KG - University

11 Qs

Computer Science 2nd term quiz

Computer Science 2nd term quiz

Assessment

Quiz

Other

9th Grade

Hard

Created by

Joshua Harper

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What type of thinking involves abstraction, decomposition, and pattern recognition?

Creative thinking

Computational thinking

Analytical thinking

Research-based thinking

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What percentage of the world's data was created in the last 2 years?

50%

70%

90%

100%

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a data type used to represent whole numbers?

String

Integer

Float

Ethics in AI

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which data type would you use to store a person's name?

Integer

Float

String

Ethics in AI

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is syntax in the context of programming?

The set of rules that defines the combinations of symbols

The speed of code execution

The storage capacity of a program

The user interface design

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the result of concatenating the strings "Hello" and "World" using the + sign?

HelloWorld

Hello World

Hello+World

WorldHello

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a whole number?

5.67

3.14

4

Decimal

8.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Please write Hello world as a print statement?