Computer Science 2nd term quiz

Computer Science 2nd term quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Guess The Right Song Lyrics

Guess The Right Song Lyrics

8th - 9th Grade

12 Qs

Girl Guides Quiz

Girl Guides Quiz

2nd Grade - University

10 Qs

Pythton

Pythton

5th - 12th Grade

10 Qs

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

kitty cat

kitty cat

KG - Professional Development

8 Qs

Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

Creativity and problem solving skills

Creativity and problem solving skills

6th - 12th Grade

6 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?