CISCO CIR

CISCO CIR

Assessment

Quiz

Created by

Jeevan Jacob

Architecture

University

2 plays

Hard

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

public class A

{

public static void main(String[] args)

    {       

if (true)         

break;   

}

}

COMPLIER ERROR

SYNTAX ERROR

NOTHING

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

public class Demo

{   

public static void main(String[] arr)

{

        Integer num1 = 100;  

      Integer num2 = 100;  

      Integer num3 = 500; 

       Integer num4 = 500; 

       if(num1==num2)

{

            System.out.println("num1 == num2"); 

       }

        else

{

            System.out.println("num1 != num2");

        }

        if(num3 == num4)

{

            System.out.println("num3 == num4");

    }else{

            System.out.println("num3 != num4");

    }}}

   

num1 == num2    

num3 == num4

num1 == num2    

num3 != num4

num1 != num2   

 num3 == num4

num1 != num2    

num3 != num4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A,Z,C,Y,E,X,G,_?

I

W

M

K

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

MOUSE = PNUFT

CLOCK = ??????

MDOLD

MDPLD

NDOLD

MDOLE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is true about error detection techniques used on communications link?

Cyclic Redundancy Check (CRC) sequence can detect as well as correct errors.

Error detection cannot be used on simplex links.

Hamming code can detect up to 3-bit errors.

All of the these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Were you a bird, you ______________ in the sky.

would fly

shall fly

should fly

flu

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

She is the most ________ person I have ever met, seemingly with an endless reserve of energy.

impudent

jejune

vivacious

solicitous

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?