Computational Thinking and Spreadsheets Quiz

Computational Thinking and Spreadsheets Quiz

6th Grade

9 Qs

quiz-placeholder

Similar activities

Ôn tập K5

Ôn tập K5

6th Grade

10 Qs

"SUMAS Y RESTA EXCEL 6° "

"SUMAS Y RESTA EXCEL 6° "

6th Grade

10 Qs

Year 7 HT4 Excel 1

Year 7 HT4 Excel 1

6th - 8th Grade

11 Qs

KT GHK2 Tin 7

KT GHK2 Tin 7

6th - 8th Grade

12 Qs

bài thi 1

bài thi 1

1st Grade - University

10 Qs

Excel - Υπολογιστικά Φύλλα

Excel - Υπολογιστικά Φύλλα

4th - 7th Grade

12 Qs

Evaluación Final

Evaluación Final

3rd - 12th Grade

13 Qs

6th grade ICT diagnostic test/workshop.

6th grade ICT diagnostic test/workshop.

6th Grade

10 Qs

Computational Thinking and Spreadsheets Quiz

Computational Thinking and Spreadsheets Quiz

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Graeme Smith

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does decomposition in computational thinking involve?

Combining complex problems

Breaking down a complex problem into smaller parts

Copying the methods of a previously solved problem

Predicting future outcomes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a spreadsheet, what is a cell?

A page in a workbook

The intersection of a row and a column

A header of a column

A type of chart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm in computational thinking?

A complex equation

A type of programming language

A step-by-step solution to a problem

A data storage method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to find the highest number in cells A1 through A5?

SUM(A1:A5)

AVERAGE(A1:A5)

MAX(A1:A5)

MIN(A1:A5)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is abstraction in computational thinking?

Drawing detailed diagrams

Removing unnecessary details

Adding more features to the program

Using the brightest colors in design

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an email attachment?

To enhance the visual appeal of an email

To provide additional information or documents

To increase the email's size

To encrypt the email content

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a cell reference in a spreadsheet?

Spreadsheet1

Column A

A1

Cell-1-1

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is pattern recognition important in computational thinking?

It helps in identifying the largest data set

It assists in recognizing and exploiting similarities

It is only used in advanced algorithm creation

It is the final step in problem-solving

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you create a formula to add cells A1 and B1 in a spreadsheet?

A1 + B1

= A1 + B1

SUM(A1, B1)

A1 & B1