Computer Science 2nd term quiz

Computer Science 2nd term quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

HSS401 - Legal and Ethical Issues in HealthCare

HSS401 - Legal and Ethical Issues in HealthCare

9th Grade

12 Qs

First Impressions and SEL

First Impressions and SEL

9th Grade

8 Qs

ETHICS QUIZ (GLOBALIZATION AND PLURALISM: NEW CHALLENGES IN ETHI

ETHICS QUIZ (GLOBALIZATION AND PLURALISM: NEW CHALLENGES IN ETHI

KG - University

10 Qs

ETHICS QUIZ (GLOBALIZATION AND PLURALISM: NEW CHALLENGES IN

ETHICS QUIZ (GLOBALIZATION AND PLURALISM: NEW CHALLENGES IN

2nd - 12th Grade

10 Qs

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

Javascript Básico

Javascript Básico

9th - 12th Grade

10 Qs

Debate

Debate

9th - 10th Grade

10 Qs

Girl Guides Quiz

Girl Guides Quiz

2nd Grade - University

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