COMP130_Intro

COMP130_Intro

University

6 Qs

quiz-placeholder

Similar activities

COMP130_IO

COMP130_IO

University

7 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

LAB PROKOM 2022 - MODUL 2

LAB PROKOM 2022 - MODUL 2

University

10 Qs

Python 1

Python 1

University

10 Qs

PSP Week 5

PSP Week 5

University

10 Qs

General Introduction

General Introduction

University

5 Qs

COMP130_Intro

COMP130_Intro

Assessment

Quiz

Computers

University

Medium

Created by

W Mao

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a legal variable name?

1_a

a_1

1a

_a

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

MATLAB is short for _____

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following was released the earliest?

C

MATLAB

Python

Java

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to delete all of the saved variables?

clc

delete

clear

whos

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The only allowable characters for variable names are letters, numbers, and
underscore.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of round(8.132, 2)?

8.00

8.13

8.132

error