APPSC Degree Lecturer Computer Science Exam Paper II - English-8
APPSC Degree Lecturer Computer Science Exam Paper II - English-8
APPSC Degree Lecturer Computer Science Exam Paper II - English-8
com
Toppersexam.com
Toppersexam.com
Question 1 : A series of instructions that tells a computer what to do and how to do. It is called a
__________
(A) program
(B) command
(D) processor
(A) algorithm
Question 3 : All of the following are included in typical Computer programming language which
are in use currently Except
(A) C++
Toppersexam.com
Toppersexam.com
(B) Java
(A) Follies
(B) Mistakes
(C) Bugs
(D) Spam
(A) xlr
(B) exe
(C) exl
Toppersexam.com
Toppersexam.com
(D) xls
(B) 100,200,400
(C) 100,200,300
(D) 100,300,400
Toppersexam.com
Toppersexam.com
(A) 1, 1, 2
(B) 2, 2, 2
(C) 0, 2, 2
(D) 0, 1, 2
(A) False
(B) True
Toppersexam.com
Toppersexam.com
(A) ABC
(B) ABCFalse
(C) True
(D) ABCTrue
Toppersexam.com
Toppersexam.com
Question 15 : In Excel, the contents of the active cell are displayed in the
Toppersexam.com
Toppersexam.com
Question 16 : Which of the following members do get inherited but become private members in
child class
(A) Public
(B) Private
(C) Protected
(A) A digit
(B) An integer
(C) A character
(D) A word
Question 18 : If there is more than one statement in the block of a for loop, which of the
following must be placed at the beginning and the ending of the loop block ?
(A) parentheses ( )
(B) braces { }
(C) brackets [ ]
Toppersexam.com
Toppersexam.com
Question 19 : Which looping process is best used when the number of iterations is known ?
(A) for
(B) while
Question 20 : Which of the following is the most common way of implementing C++ ?
(A) C++ programs are directly compiled into native code by a compiler
(B) C++ programs are first compiled to intermediate code by a compiler and then executed by a
virtual machine.
(A) <memory>
(B) <alloc>
(C) <autoptr>
(D) <smartptr>
Toppersexam.com
Toppersexam.com
(A) #NAME?
Question 23 : Which of the following statements about thread is true ? Select the one correct
answer.
(C) Threads are guaranteed to run with the priority that you set using the setPriority ( ) method.
(B) 1..2..3..
Toppersexam.com
Toppersexam.com
(C) 0..1..2..3..
(D) 0..1..2..
Question 25 : What will be the result of attempting to compile and run the following
program ?
public class Myclass extends Thread {
publicMyClass (Strings) {msg = S; }
String msg;
public void run ( ) {
System.out.printIn(msg);
}
public static void main (String [ ]args) {
new MyClass("Hello")
newMyClass("World");
}
Select the one correct answer.
(B) The program wil compile without errors and will print a never-ending stream of Hello and
World
(C) The program will compile without error and will print Hello and World when run, but order is
unpredictable.
(D) The program will compile without errors and will simply terminate without any output when
run.
Question 26 : The following block of code creates a Thread using a Runnable target.
Runnable target = new MyRunnable();
Thread my Thread = new Thread (target);
Which of the following classes can be used to create the target, so that the preceding code
compiles correctly ?
(A) (a) public class Runnable extends Runnable {public void run )}
Toppersexam.com
Toppersexam.com
Question 28 : Suppose d = {"john" :40, "peter" : 45) To obtain the number of entries in dictionary
which command do we use -
(A) (d)size()
(B) len(a)
(C) size(a)
(D) (d)len()
Question 29 : What will be the output of the following Python code snippet -
1. d = {john" :40, "peter" :45)
2. print(list(d.keys() ))
Toppersexam.com
Toppersexam.com
Question 30 : Suppose d={"john":40, "peter":45), what happens when we try to retrieve a value
using the expression d["susan") -
(A) Since "susan" is not a value in the set, Python raises a Key Error exception
(C) Since "susan" is not a key in the set, python raises a Key Error exception
(D) Since "susan" is not a key in the set, Python raises a syntax error
Question 31 : Which of the following functions can help us to find the version of python that we
are currently working on -
(A) sys.version
(B) sys.version ()
(C) sys.version(0)
(D) sys.version(1)
Question 32 : The output of the functions len("abc") and sys.getsizeof("abc") will be the same ?
(A) True
(B) False
(C) No output
Toppersexam.com
Toppersexam.com
Question 33 : Telnet is a
(A) cable
(B) DSL
(C) Dial-up
(D) Satelite
(A) downlink
(B) modulate
(C) demodulate
(D) uplink
Toppersexam.com
Toppersexam.com
Question 36 : Which of the following refers to dengerous programs that can be 'Caught' by
opening E-mail attachments and downloading software from internet.?
(A) Utility
(B) Virus
(D) Spam
(C) program
(E) FTP
(A) An Internet standard, which allow users to upload and download files
(B) An online area on which a user can converse in written from about any special subject
Toppersexam.com
Toppersexam.com
(C) Space ()
Toppersexam.com
Toppersexam.com
Question 42 : Most mail programs automatically complete the following two parts in an E-mail
(A) The autonomous acquisition on knowledge through the use of computer programs
(B) The autonomous acquisition of knowledge through the use of manual programs
(C) The selective acquisition of knowledge through the use of computer program
(D) The selective acquisition of knowledge through the use of manual program
Question 44 : Which of the factors affect the performance of learner system does not include ?
(A) Memorization
Toppersexam.com
Toppersexam.com
(B) Analogy
(C) Deduction
(D) Introduction
Question 46 : A model of language consists of the categories which does not include ?
Question 48 : When you are typing an equation into a cell the first thing that must be entered is
(B) parenthesis
Toppersexam.com
Toppersexam.com
(A) zero
(B) 1
(C) 0 or more
(D) 1 or more
Question 50 : ______ of an algorithm represents the amount of memory space required by the
algorithm in its life cycle ?
Question 51 : The space required by an algorithm is equal to the sum of the following
______components ?
(A) 1
(B) 2
(C) 3
Toppersexam.com
Toppersexam.com
(D) 4
Question 52 : Which is the formal way to express the upper bound of an algorithm's running
time ?
Question 53 : The Omega notation is the formal way to express the ________of an algorithms
running time ?
(A) Constant
(B) Quadratic
(C) Linear
(D) Cubic
Toppersexam.com
Toppersexam.com
Question 55 : Which data structure allows deleting data elements from front and inserting at
rear ?
(A) Stack
(B) Queues
(C) Deques
Question 57 : What is the minimum number of stacks of size n required to implement a queue
of size n ?
(A) One
(B) Two
(C) Three
(D) Four
Toppersexam.com
Toppersexam.com
Question 58 : If the elements "A", "B", "C" and "D" are placed in a stack and are deleted one at a
time, in what order will they be removed ?
(A) ABCD
(B) DCBA
(C) DCAB
(D) ABDC
Question 59 : Assume that the operators +, -, X are left associative and ? is right associative,
The order of precedence (form highest to lowest) is ?, X, +, - The postfix expression
corresponding to be the infix expression a +b X c – d ? e ? f is.
(A) PI( )
(B) SUM( )
(C) 10(SUM)
(D) AND( )
Toppersexam.com
Toppersexam.com
(A) Create
(B) Push
(C) Evaluation
(D) Pop
Question 62 : Which bar show the used formula of selected active cell ?
(C) Ribbon
Toppersexam.com
Toppersexam.com
Question 65 : The concept of encapsulation helps in writing which type of classes in the Java
programming language ?
(A) technique of combining more than one member functions into a single unit.
(B) mechanism of combining more than one data member into a single unit.
(C) Mechanism of combining more than one data members and member functions that
implement on those data members into a single unit
(D) technique of combining more than one data members and member function into a single
unit, which can manipulate any data.
Toppersexam.com
Toppersexam.com
(A) frames
(B) page
(C) segements
(D) fragments
(B) starvation
(A) FIFO
(B) LRU
(C) Optimal
Question 70 : The process is moved between main memory and secondary storage in which of
the following
Toppersexam.com
Toppersexam.com
(A) Segmentation
(B) paging
(C) Swapping
(D) Thrashing
Question 71 : The letter and number of the intersecting column and row is the ?
Question 73 : Press ______ to create a formula to sum all of the above cells ?
(A) Ctrl + =
Toppersexam.com
Toppersexam.com
(B) Alt + =
Question 75 : Several computer linked to a server to share programs and storage space ?
(A) Library
(B) Network
(C) Grouping
(A) Downlink
Toppersexam.com
Toppersexam.com
(B) Modulate
(C) Demodulate
(D) uplink
Question 78 : Which of the following device is used to connet two systems, especially if the
systems use different protocols ?
(A) Repeater
(B) Gateway
(C) Bridge
(D) Hub
Question 79 : Which Excel feature enbles predefined layouts to selected tables in the worsheet
?
(A) Autoformat
Toppersexam.com
Toppersexam.com
(E) Autograph
(A) IP
(B) TCP
(C) TCP/IP
(D) UDP
Question 81 : Which of the following protocols uses both TCP and UDP ?
(A) FTP
(B) SMTP
(C) Telnet
(D) DNS
Question 82 : Which layer 1 devices can be used to enlarge the area covered by a single LAN
segment ?
1. Switch 2. nic
3. Hub 4.Repeater
5. RJ45 transceiver
Toppersexam.com
Toppersexam.com
(A) 1 only
(B) 1 and 3
(C) 3 and 4
(D) 5 only
Question 84 : What layer is the TCP/IP stack is equivalent to the Transport layer of the OSI
model ?
(A) Application
(B) Host-to-Host
(C) Internet
Toppersexam.com
Toppersexam.com
Question 85 : For opening and closing of the files in Excel, you can use which bar ?
(A) Formatting
(B) Standard
(C) Title
Toppersexam.com
Toppersexam.com
(A) FOREIGNKEY
(B) PRIMARYKEY
(C) UNIQUE
Question 89 : Find the cities name with the condition and temperature from table 'whether'
where condition = sunny or cloudy but temperature > = 60.
(A) SELECT city, temperature, condition FROM weather WHERE condition = 'cloudy' AND
condition = 'sunny' OR temperature> = 60
(B) SELECT city, temperature, condition FROM weather WHERE condition = 'cloudy' OR condition
= 'sunny' OR temperature>=60
(C) SELECT city, temperature, condition FROM weather WHERE condition = 'sunny' OR condition
= 'cloudy' AND temperature
(D) SELECT city, temperature, condition FROM weather WHERE condition = 'sunny' AND
condition = 'cloudy' AND temperature >=60
Question 90 : Which of the following statment is correct to display all the cities with the
condition, temperatue, and humidity whose humidtiy is the range of 60 to 75 from the 'whether'
table ?
(C) SELECT * FROM weather WHERE humidity NOT IN (60 AND 75)
Toppersexam.com
Toppersexam.com
Question 91 : ________is a program that performs some common action on database data and
also stored in the database.
(B) Trigger
Question 92 : Which statemtns is used to get all data from the student table whose name starts
with p ?
Question 93 : What type of search algorithm does not use any additional information about the
problem other than the problem definition itself ?
Toppersexam.com
Toppersexam.com
Question 94 : Which search algorithm uses a heuristic function to guide the search towards the
goal state ?
(A) A* Search
Question 95 : In which search algorithm is the search space explored level by level ?
(B) A* Search
Question 96 : Which uninformed search algorithm is not guaranteed to find the optimal solution
but is memory-efficient ?
(D) A* Search
Toppersexam.com
Toppersexam.com
Question 97 : What type of search is used in games where two players take turns, such as chess
or tic-tac-toe ?
Question 98 : In adversarial search, what is the term for the initial state of the game ?
Question 100 : What is the primary objective of the minimax algorithm in adversarial search ?
Toppersexam.com
Toppersexam.com
Question 101 : Which informed search algorithm guarantees that it will find the optimal solution
if a solution exists and the heuristic is admissible ?
(A) A* Search
Question 102 : Which search algorithm is prone to getting stuck in local optima and is not
suitable for certain types of problems ?
(B) A* Search
Question 103 : In A* search, what does the total cost of a path consist of ?
Toppersexam.com
Toppersexam.com
(B) The cost to reach the current state and an estimated cost to reach the goal
Question 104 : Which search algorithm is guaranteed to find the shallowest solution in the
search tree first ?
(D) A* Search
Question 105 : What is the primary drawback of using depth-first search in uninformed search ?
Question 106 : Which informed search algorithm can be used when you have no information
about the problem domain ?
(A) A* Search
Toppersexam.com
Toppersexam.com
Question 107 : Which search algorithm explores the most promising nodes first based on a
heuristic evaluation function ?
Question 108 : In adversarial search, what is the primary goal of the minimizing player (Min) ?
(D) To find the optimal move for the maximizing player (Max)
Question 109 : Which uninformed search algorithm uses a Last-In-First-Out (LIFO) data structure
for exploration ?
Toppersexam.com
Toppersexam.com
(D) A* Search
Question 110 : What is the primary advantage of using heuristics in search algorithms ?
Question 111 : In adversarial search, what is the terminal state of the game ?
Question 112 : Which search algorithm combines elements of both breadth-first and depth-first
search strategies ?
(C) A* Search
Toppersexam.com
Toppersexam.com
Question 113 : Which logic deals with propositions as a whole and not with the internal
structure of statements ?
Question 114 : In propositional logic, how many truth values does a proposition have ?
(A) One
(B) Two
(C) Three
(D) Four
Question 115 : Which logical connective represents logical AND in propositional logic ?
(A) ∧
(B) ∨
(C) ¬
(D) →
Toppersexam.com
Toppersexam.com
Question 116 : What is the negation of the statement "It is not raining" in propositional logic ?
(A) It is raining
(B) It is snowing
(C) It is sunny
(D) It is windy
(A) ∨
(B) ∧
(C) ¬
(D) →
Question 118 : What is the result of the expression (P ∧ Q) ∨ (¬P ∧ R) when P is true, Q is false,
and R is true in propositional logic ?
(A) True
(B) False
Question 119 : Which logic extends propositional logic by allowing variables, quantifiers, and
predicates ?
Toppersexam.com
Toppersexam.com
(D) Implies
Question 122 : In predicate logic, which quantifier expresses "there exists" or "there is at least
one" ?
Toppersexam.com
Toppersexam.com
(C) ¬ (Negation)
(D) ∧ (Conjunction)
Question 124 : In predicate logic, what is the result of ¬(∀x P(x)) when there exists at least one x
for which P(x) is false ?
(A) True
(B) False
Question 125 : Which logical connective represents logical implication in propositional logic ?
(A) ∧
(B) ∨
Toppersexam.com
Toppersexam.com
(C) ¬
(D) →
Question 126 : What is the contrapositive of the statement "If it is sunny, then I will go for a
walk" ?
Question 127 : Which logic is used for expressing statements about objects and their properties
?
Question 128 : In predicate logic, what is the symbol used for logical AND ?
(A) ∧
(B) ∨
(C) ¬
Toppersexam.com
Toppersexam.com
(D) →
Question 129 : In predicate logic, what does a variable like "x" represent ?
(B) A predicate
Question 131 : Which logic is commonly used in AI to represent knowledge about the world and
make logical inferences ?
Toppersexam.com
Toppersexam.com
Question 132 : In predicate logic, what does the existential quantifier (∃) denote ?
(D) "Implies"
Question 133 : What is the term for uncertainty that arises due to lack of information or
incomplete knowledge ?
Question 134 : Which AI technique deals with representing and reasoning about uncertain
information using probability theory ?
Toppersexam.com
Toppersexam.com
Question 135 : In Bayesian networks, what does a directed edge between two nodes represent
?
(A) A causal relationship from the parent node to the child node
Question 136 : Which term refers to the probability distribution of a variable given the values of
its parent variables in a Bayesian network ?
Question 137 : What does the term "Bayesian" in Bayesian networks refer to ?
Toppersexam.com
Toppersexam.com
Question 138 : Which AI technique is particularly useful for handling uncertainty in linguistic
terms, such as "very likely" or "somewhat true" ?
Question 139 : In Fuzzy Logic, what is the membership function used to represent ?
Question 140 : Which type of uncertainty is associated with randomness and unpredictability in
events ?
Toppersexam.com
Toppersexam.com
Question 141 : In decision theory, what is the term for a measure of how much an agent values
different outcomes ?
(A) Utility
(B) Probability
(C) Entropy
Question 142 : Which technique is used to represent decision-making problems with sequential
actions and uncertain outcomes ?
Question 143 : What is the primary objective in Markov Decision Processes (MDPs) ?
Toppersexam.com
Toppersexam.com
Question 144 : In decision theory, what is the term for a situation where an agent's preferences
violate the transitive property ?
(A) Rationality
(B) Intransitivity
Question 145 : Which AI technique is often used in optimization problems with uncertain or
noisy objective functions ?
Question 146 : What does the term "epistemic" in epistemic uncertainty refer to ?
Toppersexam.com
Toppersexam.com
Question 147 : Which AI technique is used for modeling and reasoning about decision problems
involving multiple agents with conflicting interests ?
Question 148 : In Bayesian networks, what does the term "conditional independence" mean ?
Question 149 : What is the primary goal of a utility function in decision theory ?
Question 150 : Which AI technique involves the use of rules and knowledge to make inferences
under uncertainty ?
Toppersexam.com
Toppersexam.com
Correct Answer:A
Question 2 :
Correct Answer:A
Question 3 :
Correct Answer:D
Question 4 :
Correct Answer:B
Question 5 :
Correct Answer:C
Question 6 :
Correct Answer:D
Question 7 :
Correct Answer:B
Question 8 :
Correct Answer:A
Question 9 :
Toppersexam.com
Toppersexam.com
Correct Answer:C
Question 10 :
Correct Answer:A
Question 11 :
Correct Answer:D
Question 12 :
Correct Answer:B
Question 13 :
Correct Answer:A
Question 14 :
Correct Answer:A
Question 15 :
Correct Answer:E
Question 16 :
Correct Answer:B
Question 17 :
Correct Answer:A
Question 18 :
Correct Answer:C
Question 19 :
Correct Answer:C
Question 20 :
Toppersexam.com
Toppersexam.com
Correct Answer:C
Question 21 :
Correct Answer:A
Question 22 :
Correct Answer:C
Question 23 :
Correct Answer:A
Question 24 :
Correct Answer:A
Question 25 :
Correct Answer:A
Question 26 :
Correct Answer:C
Question 27 :
Correct Answer:D
Question 28 :
Correct Answer:B
Question 29 :
Correct Answer:A
Question 30 :
Correct Answer:C
Question 31 :
Toppersexam.com
Toppersexam.com
Correct Answer:A
Question 32 :
Correct Answer:B
Question 33 :
Correct Answer:C
Question 34 :
Correct Answer:B
Question 35 :
Correct Answer:D
Question 36 :
Correct Answer:B
Question 37 :
Correct Answer:E
Question 38 :
Correct Answer:C
Question 39 :
Correct Answer:B
Question 40 :
Correct Answer:C
Question 41 :
Correct Answer:A
Question 42 :
Toppersexam.com
Toppersexam.com
Correct Answer:B
Question 43 :
Correct Answer:A
Question 44 :
Correct Answer:D
Question 45 :
Correct Answer:D
Question 46 :
Correct Answer:D
Question 47 :
Correct Answer:D
Question 48 :
Correct Answer:D
Question 49 :
Correct Answer:D
Question 50 :
Correct Answer:A
Question 51 :
Correct Answer:B
Question 52 :
Correct Answer:A
Question 53 :
Toppersexam.com
Toppersexam.com
Correct Answer:C
Question 54 :
Correct Answer:A
Question 55 :
Correct Answer:B
Question 56 :
Correct Answer:C
Question 57 :
Correct Answer:B
Question 58 :
Correct Answer:B
Question 59 :
Correct Answer:A
Question 60 :
Correct Answer:C
Question 61 :
Correct Answer:B
Question 62 :
Correct Answer:D
Question 63 :
Correct Answer:C
Question 64 :
Toppersexam.com
Toppersexam.com
Correct Answer:A
Question 65 :
Correct Answer:D
Question 66 :
Correct Answer:C
Question 67 :
Correct Answer:C
Question 68 :
Correct Answer:D
Question 69 :
Correct Answer:A
Question 70 :
Correct Answer:C
Question 71 :
Correct Answer:C
Question 72 :
Correct Answer:C
Question 73 :
Correct Answer:B
Question 74 :
Correct Answer:B
Question 75 :
Toppersexam.com
Toppersexam.com
Correct Answer:B
Question 76 :
Correct Answer:D
Question 77 :
Correct Answer:C
Question 78 :
Correct Answer:B
Question 79 :
Correct Answer:A
Question 80 :
Correct Answer:B
Question 81 :
Correct Answer:D
Question 82 :
Correct Answer:C
Question 83 :
Correct Answer:E
Question 84 :
Correct Answer:B
Question 85 :
Correct Answer:C
Question 86 :
Toppersexam.com
Toppersexam.com
Correct Answer:B
Question 87 :
Correct Answer:B
Question 88 :
Correct Answer:D
Question 89 :
Correct Answer:C
Question 90 :
Correct Answer:B
Question 91 :
Correct Answer:A
Question 92 :
Correct Answer:B
Question 93 :
Correct Answer:C
Question 94 :
Correct Answer:A
Question 95 :
Correct Answer:C
Question 96 :
Correct Answer:B
Question 97 :
Toppersexam.com
Toppersexam.com
Correct Answer:C
Question 98 :
Correct Answer:C
Question 99 :
Correct Answer:B
Question 100 :
Correct Answer:A
Question 101 :
Correct Answer:A
Question 102 :
Correct Answer:A
Question 103 :
Correct Answer:B
Question 104 :
Correct Answer:A
Question 105 :
Correct Answer:B
Question 106 :
Correct Answer:C
Question 107 :
Correct Answer:C
Question 108 :
Toppersexam.com
Toppersexam.com
Correct Answer:B
Question 109 :
Correct Answer:B
Question 110 :
Correct Answer:C
Question 111 :
Correct Answer:D
Question 112 :
Correct Answer:B
Question 113 :
Correct Answer:B
Question 114 :
Correct Answer:B
Question 115 :
Correct Answer:A
Question 116 :
Correct Answer:A
Question 117 :
Correct Answer:A
Question 118 :
Correct Answer:A
Question 119 :
Toppersexam.com
Toppersexam.com
Correct Answer:B
Question 120 :
Correct Answer:C
Question 121 :
Correct Answer:B
Question 122 :
Correct Answer:B
Question 123 :
Correct Answer:C
Question 124 :
Correct Answer:A
Question 125 :
Correct Answer:D
Question 126 :
Correct Answer:C
Question 127 :
Correct Answer:B
Question 128 :
Correct Answer:A
Question 129 :
Correct Answer:D
Question 130 :
Toppersexam.com
Toppersexam.com
Correct Answer:C
Question 131 :
Correct Answer:B
Question 132 :
Correct Answer:B
Question 133 :
Correct Answer:A
Question 134 :
Correct Answer:B
Question 135 :
Correct Answer:A
Question 136 :
Correct Answer:B
Question 137 :
Correct Answer:B
Question 138 :
Correct Answer:B
Question 139 :
Correct Answer:A
Question 140 :
Correct Answer:B
Question 141 :
Toppersexam.com
Toppersexam.com
Correct Answer:A
Question 142 :
Correct Answer:B
Question 143 :
Correct Answer:B
Question 144 :
Correct Answer:B
Question 145 :
Correct Answer:B
Question 146 :
Correct Answer:B
Question 147 :
Correct Answer:B
Question 148 :
Correct Answer:B
Question 149 :
Correct Answer:C
Question 150 :
Correct Answer:C
Toppersexam.com