Bridge class

Bridge class

1st Grade

60 Qs

quiz-placeholder

Similar activities

Asas Sains Komputer 2018

Asas Sains Komputer 2018

1st - 12th Grade

65 Qs

AWS Certified Developer - Associate (DVA-C02) - Practice Exam 3

AWS Certified Developer - Associate (DVA-C02) - Practice Exam 3

1st Grade

65 Qs

grade 10 1st exam

grade 10 1st exam

1st Grade - University

59 Qs

DigitalBanking

DigitalBanking

1st - 5th Grade

63 Qs

video games

video games

KG - Professional Development

63 Qs

Computer Mixed Quiz-3

Computer Mixed Quiz-3

1st Grade - University

60 Qs

AZ-104 - PRACTICE TEST 4

AZ-104 - PRACTICE TEST 4

1st Grade

55 Qs

Bridge class

Bridge class

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Mr. Kumar

Used 1+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The symbol for factorial is an exclamation mark

@

!

$

%

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The factorial of a number 5!

Answer explanation

1*2*3*4*5=120

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Basic logic gates in digital electronics

2

1

4

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Rule of AND Gate

Outputs true (1) if at least one of its inputs is true.

inverts the input

Outputs true (1) only if all its inputs are true.

Outputs the opposite value of its single input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Logic for calculating the factorial

while(i<=n)

f=f*i;

i++

while(i=n)

f=f*i;

i++

while(i<n)

f=f*i;

i++

while(i<=!n)

f=f*i;

i++

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Logic of Odd and Even Number

if(n%2==0)

if(n/2=0)

if(n%=2)

if(n==0)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Role of OR Gates

Outputs true (1) only if all its inputs are true.

inverts the input

Outputs true (1) only if all its inputs are true.

Outputs the opposite value of its single input

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?