Questions

Q:

HTML is a subset of

 

A) SGMH B) SGMD
C) SGML D) None of the above
 
Answer & Explanation Answer: C) SGML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 8897
Q:

Which ITIL process has the objective of helping to monitor the IT services by maintaining a logical model of the IT infrastructure and IT services?

A) Capacity Management B) Change Management
C) Configuration Management D) Financial Management for IT services
 
Answer & Explanation Answer: C) Configuration Management

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

3 8894
Q:

When light enters from air to water, then its 

A) frequency increases and speed decreases B) frequency is same but the wavelength is smaller in water than in air
C) frequency is same but the wavelength is larger in water than in air D) frequency and speed both decreases
 
Answer & Explanation Answer: B) frequency is same but the wavelength is smaller in water than in air

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

13 8892
Q:

The Coromandel Coast of India receives good rains from cyclonic storms, in the months of 

A) February and March B) July and August
C) November and December D) None of these
 
Answer & Explanation Answer: C) November and December

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

12 8891
Q:

Which one of the following can be used to confirm wether drinking water contains a gamma emitting isotope or not

A) Microscope B) Scintillation counter
C) Lead plate D) pectrophotometer
 
Answer & Explanation Answer: B) Scintillation counter

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

13 8887
Q:

Explain the popular multiprocessor thread-scheduling strategies.

Answer

  1. Load Sharing: Processes are not assigned to a particular processor. A global queue of threads is maintained. Each processor, when idle, selects a thread from this queue. Note that load balancing refers to a scheme where work is allocated to processors on a more permanent basis.

  2. Gang Scheduling: A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.

  3. Dedicated processor assignment: Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.

  4. Dynamic scheduling: The number of thread in a program can be altered during the course of execution.

Report Error

View answer Workspace Report Error Discuss

9 8887
Q:

Web applications are designed to interpret _____________ to display text, images etc.

 

A) HTML B) Hyperlinks
C) Computers D) World Wide Web
 
Answer & Explanation Answer: A) HTML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

14 8882
Q:

Computer storage units smallest to largest?

Answer

The smallest unit of data storage in a computer is called Bit (Binary Digit). Half a byte (four bits) is called a Nibble.


 


1 bit (binary digit) = the value of 0 or 1


8 bits = 1 byte


1024 bytes = 1 kilobyte


1024 kilobytes = 1 megabyte


1024 megabytes = 1 gigabyte


1024 gigabytes = 1 terabyte


1024 terabytes = 1 petabyte


 


Hence, Computer storage units smallest to largest i.e, in ascending order is


 1 bit  <  1 byte  <  1 KB  <  1 MB  <  1 GB  <  1TB  <  1 PB.

Report Error

View answer Workspace Report Error Discuss

9 8880