Golang revision

Golang revision

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to programming

Introduction to programming

12th Grade

12 Qs

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

9th - 11th Grade

10 Qs

8.1 Programming Overview

8.1 Programming Overview

9th - 11th Grade

14 Qs

Software: Programming Languages

Software: Programming Languages

10th - 12th Grade

14 Qs

Algorithm Quiz

Algorithm Quiz

12th Grade

10 Qs

AES: Coding Fundamentals Lessons 1 and 2

AES: Coding Fundamentals Lessons 1 and 2

7th Grade - Professional Development

14 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python

Python

9th Grade

13 Qs

Golang revision

Golang revision

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Alex K

Used 62+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stings, integers and floats are examples of...

Variables

Types

Software

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The rules that govern the use of types in a programming language are known as a...

Type system

Type checking

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

C is an example of a ____ level language.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Java, Python and Go are examples of ____ level languages.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What application converts your human-readable code into machine-readable instructions?

The debugger

The compiler

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statically types programming languages check their types at...

Compile time (before the program has been compiled)

Run time (after the program has been compiled)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dynamically types programming languages check their types at...

Compile time (before the program has been compiled)

Run time (after the program has been compiled)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Golang is a ...

Statically typed language

Dynamically typed language

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python v Go: which would execute its code quicker? (i.e. which is more efficient?)

Python

Go