Brainy Bowl

Brainy Bowl

Assessment

Flashcard

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

FLASHCARD QUESTION

Front

When was the C++ introduced?

Back

1985

2.

FLASHCARD QUESTION

Front

What will be the output of the following code??
public class Test {
public static void main(String[] args) {
int x = 10;
int y = x++ + ++x + x++;
System.out.println(y);
}
}

Back

33

3.

FLASHCARD QUESTION

Front

ASCII Value of 'M' in binary is?

Back

01001101

4.

FLASHCARD QUESTION

Front

Who was the inventor of the idea Logic gates?

Back

George Boole

5.

FLASHCARD QUESTION

Front

What will be the output of the following Python code?
x=(1, 2,3)
y=x
y+=(4,)
print(x)

Back

(1,2,3)

6.

FLASHCARD QUESTION

Front

HTML is a Subset of____

Back

SGML

7.

FLASHCARD QUESTION

Front

Which HTML element is used for YouTube videos?

Back