Software Engineering Quiz 1

Software Engineering Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

Rdbms -2-bulit in functions

Rdbms -2-bulit in functions

University

15 Qs

SQL-FUNCTIONS & PRECEDENCE

SQL-FUNCTIONS & PRECEDENCE

University

11 Qs

חשבון :)

חשבון :)

KG - University

10 Qs

Subatizing

Subatizing

KG - University

15 Qs

PMDAS Quiz

PMDAS Quiz

4th Grade - University

10 Qs

Subtracting Integers

Subtracting Integers

6th Grade - University

8 Qs

Identifying Part, Percent, Whole

Identifying Part, Percent, Whole

7th Grade - University

15 Qs

DBMS Ex 1

DBMS Ex 1

University

15 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

Assessment

Quiz

Computers, Mathematics, Science

University

Medium

Created by

Linh Phương

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What two words every programmer learned to code first?

Hello World!

Hello there!

Hi there!

Good morning

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In HTML, what character does an ampersand followed by gt and a semicolon represent?

<

"

'

>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does RAM stand for?

Relative Atomic Memory

Random Altered Memory

Random Access Memory

Relative Altered Memory

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is true about a set?

There are no duplicates

They can only hold numbers

The elements are kept in order

All of these

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a _______

Queue

Stack

Tree

LinkedList

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the correct intermediate steps of the following data set when it is being sorted with the Insertion sort? 15,20,10,18

15,20,10,18 -- 10,15,20,18 -- 10,15,18,20 -- 10,15,18,20

15,18,10,20 -- 10,18,15,20 -- 10,15,18,20 -- 10,15,18,20

15,10,20,18 -- 15,10,18,20 -- 10,15,18,20

10, 20,15,18 -- 10,15,20,18 -- 10,15,18,20

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Indicate constant time complexity in terms of Big-O notation.

O(n)

O(1)

O(logn)

O(n^2)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?