Computer Applications
This test covers topics important for UGC NET exam in computer science and applications
Questions
Which of these is a technique that simulates continuous tone imagery through the use of dots, varying either in size, shape or spacing?
- Dither
- Halftone
- Convolution
- Edge Detection
- Color grading
Which of the following operations is done by a macro processor?
- Breaks source program instructions into parts
- Textual search-and-replace
- Checks if all necessary input has been provided
- Combines object modules
- Copies programs from a storage device to main memory
Which of the following statements is false?
- An Euler path is a path that uses every edge of a graph exactly once.
- An Euler circuit is a circuit that uses every edge of a graphexactly once.
- An Euler path has exactly two odd vertices.
- If a graph G has an Euler circuit, then all of its vertices must be odd vertices.
- If a graph G has an Euler circuit, then all of its vertices must be even vertices.
Shadow mask technology is used in the manufacturing of which device?
- LCD
- CRT
- Light Pen
- Plotter
- Plasma Display
Which of the following statements is incorrect regarding pipelining?
- Multiple instructions are overlapped in execution.
- The time required for the slowest pipe stage determines the length of the machine cycle.
- Pipelining does not have any effect on instruction throughput.
- A pipelined processor may deal with hazards by stalling.
- Parallel processing and pipelining techniques are duals each other.
What is the structure of a data base called?
- Data Dictionary
- Schema
- Table
- DBMS
- Database Abstraction Layer
The IP address 224.113.112.14 belongs to which class?
- Class A
- Class B
- Class C
- Class D
- Class E
What is the data unit at the presentation layer of the TCP/IP protocol suite called?
- Message
- Segment
- Datagram
- Frame
- Jumbogram
Which of the following is the distributive law used in boolean algebra?
- (A + B) + C = A + (B + C)
- A(B + C) = AB + AC
- A + AB = A
- A + B = B + A
- (a) A + A = A
Which algorithm associates with each process the length of the process's next CPU burst?
- LRU Page replacement
- Round-robin (RR) scheduling
- Multilevel Queue Scheduling
- SJF
- FCFS
Which of these is the Redundance Law used in boolean algebra?
- (A + B) + C = A + (B + C)
- A + A = A
- A + B = B + A
- A + A B = A
- A (B + C) = A B + A C
Which of these is a deadlock avoidance strategy?
- Bakery Algorithm
- Banker's Algorithm
- Belady's Anomaly
- Demand Paging
- Resource-Allocation graph
What does the 'Z' state of a 3-state buffer represent?
- Logic “0″
- Logic “1″
- High Impedance
- High Voltage
- High Current
Which of these binary numbers is same as its 2's compliment?
- 11111110
- 11111111
- 10000000
- 10101001
- 10101010
Which of these techniques used in database transactions is also called UNDO/REDO technique?
- Deferred update
- Immediate update
- Rollback
- Commit
- Phantom reads
Which of these statements is not true regarding data mining?
- Market basket analysis is used to discover interesting associations between attribute.
- Decision Trees are often used to find appropriate groupings of elements.
- Data mining extracts knowledge hidden from large volumes of raw data.
- Data mining discovers implicit patterns in the given data.
- Predictive models use data with known results.
Which of these properties do not characterize a data warehouse?
- Subject Oriented
- Integrated
- Nonvolatile
- Time Invariant
- Ad hoc queries