Questions

Q:

Which of the following terms follows the trend of the given list?

YXXXXXXY, YXXXXXYX, YXXXXYXX, YXXXYXXX, YXXYXXXX, _______________

A) YYXXXXXX B) YXXXXXXY
C) YXXXXXYX D) YXYXXXXX
 
Answer & Explanation Answer: D) YXYXXXXX

Explanation:
Report Error

View Answer Report Error Discuss

1 3547
Q:

What does GUI stand for?

Answer

 


Graphical User Interface

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

5 3546
Q:

How would you use the function memmove()?

Answer

#include "mem.h"


#include "alloc.h"


main()


{


      int area;


      char *dest;


      char src[] = "Life is the camera and you are the target"


                                  "so keep smiling always";


      area = sizeof (src);


      dest = malloc (area);


      memmove (dest, src, area);


      printf("\n%s", dest);


      printf("\n%s",src);


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3546
Q:

Tissue that connects muscle to bone

A) Tendons B) Joint capsule
C) Body fiber D) Ligament
 
Answer & Explanation Answer: A) Tendons

Explanation:

A tendon is a fibrous connective tissue which is Tough, fibrous, cord-like tissue that connects muscle to bone or another structure, such as an eyeball. Tendons help the bone or structure to move.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 3546
Q:

what is the gram formula mass of NH43PO4?

A) 139.54 B) 140.70
C) 149.08 D) 153.24
 
Answer & Explanation Answer: C) 149.08

Explanation:

The gram formula mass is nothing but molar mass.

 

Composition :

 

Symbol      Element       Atomic weight       Atoms
   

     P         Phosphorus       30.973762               1       = 30.973
   

     O         Oxygen             15.9994                  4       =  63.998
   

     N         Nitrogen            14.0067                  3       =  42.020
   

     H         Hydrogen          1.00794                  12      =  12.096

   

Total   =  30.973+63.998+42.020+12.096 = 149.087

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 3545
Q:

Iteration is most similar in meaning to

A) Ending B) Looping
C) Starting D) None of the above
 
Answer & Explanation Answer: B) Looping

Explanation:

Iteration is most similar in meaning to the word repeatation i.e, looping.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

4 3544
Q:

Differentiate between RAM & ROM?

Answer

RAM: Read / Write memory, High Speed, Volatile Memory.


ROM: Read only memory, low speed, non volite memory.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 3544
Q:

Operating system functions may include

A) multiprogramming B) input/output control
C) virtual storage D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

An operating system has three main functions:

(1) manage the computer's resources, such as the central processing unit, memory, disk drives, and printers,

(2) establish a user interface, and

(3) execute and provide services for applications software.

Report Error

View Answer Report Error Discuss

5 3543