MNSF
MNSF
Candidate Answer: 1 ⊕ 1 ⊕ 1 = 1
QID : 2 - Which of the following gates are known as universal gates in Boolean algebra?
Options:
1) NOR, AND
2) NAND, NOR
3) OR, AND
4) NAND, OR
Correct Answer: NAND, NOR
Candidate Answer: In the graph, all its vertices have the same degree
1 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 9 - Which of the following are the three phases of communication via circuit switching?
Options:
1) Circuit establishment, Data compression, Circuit disconnect
2) Circuit establishment, Data transfer, Circuit disconnect
3) Data transfer, Data compression, Circuit disconnect
4) Circuit establishment, Switching, Data transfer
Correct Answer: Circuit establishment, Data transfer, Circuit disconnect
QID : 11 -
Options:
1) 1000
2) 7
3) 6
4) 5
Correct Answer: 6
Candidate Answer: 7
2 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 12 -
Options:
1) 526
2) 625
3) 52.6
4) 0
Correct Answer: 625
QID : 13 - According to the Standard C specification, what are the respective minimum sizes (in bytes) of the following three data types: short, int and long?
Options:
1) 1, 2, 2
2) 1, 2, 4
3) 1, 2, 8
4) 2, 2, 4
Correct Answer: 2, 2, 4
Candidate Answer: 1, 2, 4
Candidate Answer: 11
3 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 15 -
Options:
1) 512
2) 215
3) 8
4) 0
Correct Answer: 8
QID : 16 -
Options:
1) 14
2) 1100
3) 21
4) 110
Correct Answer: 1100
4 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) go_cart
2) go4it
3) _what
4) 4reason
Correct Answer: 4reason
QID : 18 -
Options:
1) 12
2) 14
3) 16
4) 10
Correct Answer: 14
Candidate Answer: 14
QID : 20 - Which one of the following statements allocates enough space to hold an array of 10 integers that are initialized to 0?
Options:
1) int *ptr = (int *) malloc(10, sizeof(int));
2) int *ptr = (int *) calloc(10, sizeof(int));
3) int *ptr = (int *) malloc(10*sizeof(int));
4) int *ptr = (int *) alloc(10*sizeof(int));
Correct Answer: int *ptr = (int *) calloc(10, sizeof(int));
QID : 21 - ______ is usually used by assembly language programmers to remember the operations of a machine.
Options:
1) Mnemonics
2) Hex code
3) ASCII code
4) No option is correct
Correct Answer: Mnemonics
5 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Reduced Intergraded Set Computer
2) Resource Instruction Set Computer
3) Reduced Instruction Set Computer
4) Resource Instruction System Computer
Correct Answer: Reduced Instruction Set Computer
QID : 23 - Which one of the following is not considered in a software life cycle model?
Options:
1) Spiral model
2) Prototyping model
3) Capability maturity model
4) Waterfall model
Correct Answer: Capability maturity model
QID : 24 - Which one of the following step(s) is/are followed by system design?
Options:
1) Specification of system output
2) Development of system flowchart
3) Development of program specifications
4) All options are correct
Correct Answer: All options are correct
QID : 29 - Which of the following sorting is not suitable for large data sets?
Options:
1) Heap sort
2) Merge sort
3) Quick sort
4) Bubble sort
Correct Answer: Bubble sort
QID : 30 - Which one is a technique to convert a range of key values into a range of indexes of an array?
6 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Heap
2) Radix
3) Hashing
4) Bucket sort
Correct Answer: Hashing
QID : 31 - What is the number of trees in the forest for the given nodes {0, 1}, {0, 2}, {3, 4}?
Options:
1) 2
2) 3
3) 4
4) None of these
Correct Answer: 2
Candidate Answer: 2
QID : 34 - Which of the following key(s) is/are used in tables for Database design?
Options:
1) Candidate key
2) Primary key
3) Foreign key
4) All options are correct
Correct Answer: All options are correct
QID : 36 - In a relational database, a data structure that organizes the information about a single topic into rows and columns, is called ______.
Options:
1) block
2) record
3) tuple
4) table
Correct Answer: table
QID : 37 - DBMS is comprised of tables that made up of rows called ______ and columns called ______.
Options:
1) fields, records
2) records, fields
3) address, fields
4) records, ranges
Correct Answer: records, fields
7 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Deletion
2) Insertion
3) Sorting
4) Updating
Correct Answer: Sorting
QID : 45 - Which type of DBMS distributes data processing tasks between the workstation and network server?
Options:
1) Client server
2) Network
3) Relational
4) Hierarchical
Correct Answer: Client server
8 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) WHERE clause
2) GROUP BY clause
3) FROM clause
4) HAVING clause
Correct Answer: HAVING clause
QID : 48 -
Options:
1) TRUE
2) FALSE
3) 1
4) Compilation error
Correct Answer: FALSE
9 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 49 -
Options:
1) 0
2) 2
3) Runtime error
4) Compilation error
Correct Answer: 2
QID : 51 -
Options:
1) abc
2) abcd
3) bcd
4) bd
Correct Answer: bcd
Candidate Answer: bd
10 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 52 -
Options:
1) 6 4 6 9
2) 5 4 5 9
3) 7 8 8 9
4) 4 3 6 9
Correct Answer: 6 4 6 9
Candidate Answer: 7 8 8 9
QID : 53 - Which part of code gets executed whether exception is caught or not?
Options:
1) finally
2) try
3) catch
4) throw
Correct Answer: finally
QID : 55 - Which of these keywords are used for generating an exception manually?
Options:
1) try
2) catch
3) throw
4) check
Correct Answer: throw
QID : 56 - Which of these method is used to explicitly set the priority of a thread?
Options:
1) set()
2) make()
3) setPriority()
4) makePriority()
Correct Answer: setPriority()
11 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
QID : 57 -
Options:
1) True true
2) True false
3) False true
4) False false
Correct Answer: False true
QID : 59 - Which of these method of Thread class is used to Suspend a thread for a period of time?
Options:
1) sleep()
2) terminate()
3) suspend()
4) stop()
Correct Answer: sleep()
Candidate Answer: It’s a process in which many different process are able to access same information.
12 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Union Method Language
2) Unified Modeling Language
3) Unified Method Language
4) Union Member Language
Correct Answer: Unified Modeling Language
QID : 65 - Which one of the following is not the Software development cycle phase?
Options:
1) Analysis
2) Coding
3) Testing
4) Abstraction
Correct Answer: Abstraction
QID : 71 - ‘Integration & test’ phase of ‘Bath tub curve’ is related to ______.
13 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Hardware reliability
2) Software reliability
3) Both Hardware reliability and Software reliability
4) No option is correct
Correct Answer: Software reliability
QID : 76 - Each level in Capability Maturing Model is defined into KPA which is ______.
Options:
1) Key Product Area
2) Key Process Area
3) Key Parallel Area
4) Key Predefine Area
Correct Answer: Key Process Area
QID : 77 - Which of the following document is/are needed before the testing starts?
Options:
1) SRS document
2) Test case document
3) Test summary document
4) All options are correct
Correct Answer: SRS document
14 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Maximum Time To Failure
2) Mean Time to Failure
3) Minimum Time to Failure
4) Measured Time To Failure
Correct Answer: Mean Time to Failure
QID : 80 - Which is automatically executed by the processor when turning on the computer?
Options:
1) Relating loader
2) Bootstrap loader
3) Boot loader
4) Compile and Go loader
Correct Answer: Bootstrap loader
QID : 86 - ______ is used by the operating system to manage files on hard drives and other computer system.
Options:
1) File Application Table
2) First Allocation Table
3) File Allocation Table
4) First Application Table
Correct Answer: File Allocation Table
QID : 87 - A problem where a set of blocked processes each holding a resource and waiting to acquire a resource held by another process in the set?
15 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Dead lock
2) Semaphore
3) Belady’s anomaly
4) No option is correct
Correct Answer: Dead lock
QID : 88 - Which of the following technique is used to speed up communication with slow devices?
Options:
1) Segmentation
2) Caching
3) Fragmentation
4) All options are correct
Correct Answer: Caching
QID : 89 - Which scheduling determines the new processes that are admitted to the system?
Options:
1) Short term scheduling
2) Medium term scheduling
3) Long term scheduling
4) Only Short term scheduling and Long term scheduling
Correct Answer: Long term scheduling
QID : 93 - Which of the following strategies cannot used to remove deadlock after its occurrence?
Options:
1) Kill one or more processes
2) Rollback
3) Preemption
4) Mutual Exclusion
Correct Answer: Mutual Exclusion
16 of 17 11/21/2018, 4:11 PM
BELTRON PROGRAMMER http://thepracticetest.in/beltron_program/response_questions....
Options:
1) Intranet
2) Internet
3) Browser
4) Hyperlinks
Correct Answer: Hyperlinks
QID : 97 - The extension .edu, .nic, .net and .gov are called as ______.
Options:
1) browsers
2) IP address
3) domain codes
4) URL
Correct Answer: domain codes
QID : 100 - Animation we create by the help of many online animation tools in the form of ______.
Options:
1) GIF image
2) PDF image
3) JPEG image
4) Audio/Video image
Correct Answer: GIF image
17 of 17 11/21/2018, 4:11 PM