Golang revision

Golang revision

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Programming Variables

Programming Variables

10th Grade

11 Qs

Basic Programming Terminology Quiz

Basic Programming Terminology Quiz

10th Grade

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Pre Test - Introduction to Python Programming Quiz

Pre Test - Introduction to Python Programming Quiz

12th Grade - University

10 Qs

PCAP Module 1 - Modules, Packages and PIP Review

PCAP Module 1 - Modules, Packages and PIP Review

9th - 10th Grade

14 Qs

Python Function_MIS_Gr_12

Python Function_MIS_Gr_12

12th Grade

10 Qs

MySQL

MySQL

12th Grade

10 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

Golang revision

Golang revision

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Alex K

Used 65+ 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