Computational Thinking and Spreadsheets Quiz

Computational Thinking and Spreadsheets Quiz

6th Grade

9 Qs

quiz-placeholder

Similar activities

Year 6 Introduction to Spreadsheets

Year 6 Introduction to Spreadsheets

6th Grade

10 Qs

Excel 1

Excel 1

5th - 10th Grade

10 Qs

Относительные и абсолютные ссылки MS Excel

Относительные и абсолютные ссылки MS Excel

1st - 10th Grade

8 Qs

Formulas and Functions

Formulas and Functions

6th - 7th Grade

10 Qs

Електронні таблиці Exel

Електронні таблиці Exel

1st - 12th Grade

12 Qs

Basic Excel

Basic Excel

5th - 12th Grade

10 Qs

Conceptos Basicos Microsoft Excel

Conceptos Basicos Microsoft Excel

1st - 10th Grade

9 Qs

7 klass inf

7 klass inf

6th - 8th Grade

6 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