From the given data below:

a b b a a b b a a b

which one of the following is not a word in the dictionary created by LZ-coding

(the initial words are a, b)?

(1) a b

(2) b b

(3) b a

(4) b a a b 

1 Answer

Answer :

(4) b a a b 

Related questions

Description : A static dictionary technique that is less specific to a single application is: a. LZ77 b. Diagram Coding c. Initial dictionary d. LZW

Last Answer : b. Diagram Coding

Description : Given a Non-deterministic Finite Automation (NFA) with states p and r as initial and final states respectively transition table as given below  The minimum number of states required in Deterministic Finite Automation (DFA) equivalent to NFA is (A) 5 (B) 4 (C) 3 (D) 2

Last Answer : (C) 3 

Description : Consider the following transportation problem: The initial basic feasible solution of the above transportation problem using Vogel's Approximation Method(VAM) is given below: The solution of the ... degenerate solution (B) is optimum solution (C) needs to improve (D) is infeasible solution

Last Answer : (B) is optimum solution

Description : DDS stands for ………………… A) Data Data Systems B) Data Digital System C) Data Dictionary Systems D) Digital Data Service

Last Answer : C) Data Dictionary Systems

Description : Data Integrity control uses ................ (A) Upper and lower limits on numeric data. (B) Passwords to prohibit unauthorised access to files. (C) Data dictionary to keep the data (D) Data dictionary to find last access of data

Last Answer : (B) Passwords to prohibit unauthorised access to files.

Description : Data which improves the performance and accessibility of the database are called: (A) Indexes (B) User Data (C) Application Metadata (D) Data Dictionary

Last Answer : (A) Indexes

Description : A software program that infers and manipulates existing knowledge in order to generate new knowledge is known as: (A) Data Dictionary (B) Reference Mechanism (C) Inference Engine (D) Control Strategy

Last Answer : (C) Inference Engine

Description : What are the final values of Q1 and Q0 after 4 clock cycles, if initial values are 00 in the sequential circuit shown below: (A) 11 (B) 10 (C) 01 (D) 00

Last Answer : (D) 00

Description : How are new words created and added to the dictionary?

Last Answer : New dictionary words start from a single individual to the rest of the world. When you form a word with a meaning that you deem and use it often in writing and speech, Others pick it up too. If the ... can also creat your own word and if others find it good enough to reuse often, it becomes a thing.

Description : Sliding windowing technique is used in which dictionary compression a. LZW b. LZ77 c. LZ78 d. Diagram coding

Last Answer : b. LZ77

Description : A specific editor has 200 K of program text, 15 K of initial stack, 50 K of initialized data, and 70 K of bootstrap code. If five editors are started simultaneously, how much physical memory is needed if shared text is used ? (A) 1135 K (B) 335 K (C) 1065 K (D) 320 K

Last Answer : (B) 335 K

Description : What is the output of the following code? a={1:"A",2:"B",3:"C"} print(a.setdefault(3)) a) {1: ‘A’, 2: ‘B’, 3: ‘C’} b) C c) {1: 3, 2: 3, 3: 3} d) No method called setdefault() exists for dictionary

Last Answer : b) C

Description : Which of the following is not a declaration of the dictionary? a) {1: ‘A’, 2: ‘B’} b) dict([[1,”A”],[2,”B”]]) c) {1,”A”,2”B”} d) { }

Last Answer : c) {1,”A”,2”B”}

Description : Suppose d = {“john”:40, “peter”:45}. To obtain the number of entries in dictionary which command do we use? a) d.size() b) len(d) c) size(d) d) d.len()

Last Answer : b) len(d)

Description : Which of the following statements create a dictionary? a) d = {} b) d = {“john”:40, “peter”:45} c) d = {40:”john”, 45:”peter”} d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Consider a 3-puzzle where, like in the usual 8-puzzle game, a tile can only move to an adjacent empty space. Given the initial state  which of the following state cannot be reached? 

Last Answer : Answer: C

Description : Which of the following is not a lossy compression technique ? (A) JPEG (B) MPEG (C) FFT (D) Arithmetic coding

Last Answer : (D) Arithmetic coding

Description : Which of the following is used for the boundary representation of an image object? (A) Quad Tree (B) Projections (C) Run length coding (D) Chain codes

Last Answer : (D) Chain codes

Description : Which of the following is not included in waterfall model ? (A) Requirement analysis (B) Risk analysis (C) Design (D) Coding

Last Answer : (B) Risk analysis

Description : In UNIX, ............ creates three subdirectories: 'PIS' and two subdirectories 'progs' and ‘data’ from just created subdirectory 'PIS'. (A) mdkir PIS/progs PIS/data PIS (B) mkdir PIS progs data (C) mkdir PIS PIS/progs PIS/data (D) mkdir PIS/progs data

Last Answer : (C) mkdir PIS PIS/progs PIS/data

Description : Arrange the given words in the sequence in which they occur in the dictionary. 1. Stern 2. Startle 3. Steep 4. Storm 5. Stick  Options: 1) 23451 2) 23154 3) 23145 4) 23415 

Last Answer : Correct Answer: 23154 

Description : Arrange the given words in the sequence in which they occur in the dictionary. 1, Shapely 2. Shoddy 3. Shelve 4, Short 5. Sharp  Options: 1) 15234 2) 51234 3) 15324 4) 51324 

Last Answer : Correct Answer: 15324 

Description : Arrange the given words in the sequence in which they occur in the dictionary.  1. Reality 2. Receptive 3. Rebound 4. Realism 5. Realize  Options: 1) 45132 2) 41532 3) 41523 4) 45123 

Last Answer : Correct Answer: 41532  

Description : The maximum size of the data that the application layer can pass on to the TCP layer below is ......... (1) 216 bytes (2) 216 bytes + TCP header length (3) 216 bytes - TCP header length (4) 215 bytes

Last Answer : Answer: Marks to all

Description : If a variable is declared final, it must include ...................... value. A) integer B) no C) initial D) float

Last Answer : C) initial

Description : In a queue, the initial values of front pointer f rare pointer r should be ….. and …….. respectively. A) 0 and 1 B) 0 and -1 C) -1 and 0 D) 1 and 0

Last Answer : B) 0 and -1

Description : On the upper layer of SSL, a protocol for initial authentication and transfer of encryption keys, called the ………………… A) SSL handshake protocol B) SSL authentication protocol C) SSL record protocol D) SSL cipher protocol

Last Answer : A) SSL handshake protocol

Description : Which of the following sorting algorithm has the running time that is least dependant on the initial ordering of the input? a) Insertion sort b) Quick sort c) Merge sort d) Selection sort

Last Answer : d) Selection sort

Description : The total transportation cost in an initial basic feasible solution to the following transportation problem using Vogel’s Approximation method is  (A) 76 (B) 80 (C) 90 (D) 96

Last Answer : (B) 80

Description : The initial basic feasible solution of the following transportion problem : then the minimum cost is (A) 76 (B) 78 (C) 80 (D) 82

Last Answer : (A) 76

Description : Consider a program that consists of 8 pages (from 0 to 7) and we have 4 page frames in the physical memory for the pages. The page reference string is :  1 2 3 2 5 6 3 4 6 3 7 3 1 5 3 6 3 4 2 4 3 4 5 ... to fill available page frames with pages): (A) 9 and 6 (B) 10 and 7 (C) 9 and 7 (D) 10 and 6

Last Answer : (B) 10 and 7

Description : Assume that a program will experience 200 failures in infinite time. It has now experienced 100 failures. The initial failure intensity was 20 failures/CPU hr. Then the current failure intensity will be (A) 5 failures/CPU hr (B) 10 failures/CPU hr. (C) 20 failures/CPU hr. (D) 40 failures/CPU hr.

Last Answer : (B) 10 failures/CPU hr.

Description : Consider the following transportation problem :  The transportation cost in the initial basic feasible solution of the above transportation problem using Vogel’s Approximation method is : (A) 1450 (B) 1465 (C) 1480 (D) 1520

Last Answer : (B) 1465

Description : Which of the following sets represent five stages defined by Capability Maturity Model (CMM) in increasing order of maturity? (A) Initial, Defined, Repeatable, Managed, Optimized. (B) Initial, ... Initial, Defined, Managed, Repeatable, Optimized. (D) Initial, Repeatable, Managed, Defined, Optimized.

Last Answer : (B) Initial, Repeatable, Defined, Managed, Optimized.

Description : There are three processes P1, P2 and P3 sharing a semaphore for synchronising a variable. Initial value of semaphore is one. Assume that negative value of semaphore tells us how many processes are waiting in queue. Processes access ... The final value of semaphore will be: (1) 0 (2) 1 (3) -1 (4) -2 

Last Answer : Answer: 1

Description : Assertion A: Large size stones are required in stone revetment in shore protection. Reason R: Resistance of stone to wave force is proportional to its volume and wave force is proportional to the exposed area of the stone. ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : (A) Both A and R is true and R is the correct explanation of A

Description : Assertion A: Marine structures are made specially bulky and strong. Reason R: Sea insects result in undermining of the hardest and the soundest building material Select your answer based on the coding system given below: (A) ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : (A) Both A and R is true and R is the correct explanation of A

Description : Assertion A: Depth and width required at the entrance to a harbour are more than those required in the channel. Reason R: The entrance to a harbour is usually more exposed to waves as compared to the harbour itself. ... explanation of A (C) A is true but R is false (D) A is false but R is true

Last Answer : (A) Both A and R is true and R is the correct explanation of A

Description : Assertion A: Basin walls have to be of much greater height than dock walls. Reason R: Tidal basins are subject to fluctuations of levels due to tidal variations Select your answer based on the coding system given below: (A ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : (A) Both A and R is true and R is the correct explanation of A

Description : Assertion A: Intervention of undulations in the sea bed reduces the depth of wave at the section. Reason R: No wave can have a height greater than the depth of water through which it passes Select your answer based on ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : (A) Both A and R is true and R is correct explanation of A

Description : Assertion A : The load factor for live load is greater than that for dead load. Reason R : The live loads are more uncertain than dead loads. Select your answer based on the coding system given below: (A) Both A ... explanation of A (C) A is true but R is false (D) A is false but R is true

Last Answer : Answer: Option A

Description : Assertion A : Paints with white lead base are not recommended for painting of iron works. Reason R : Paints with white lead base do not check rusting of iron. Select your answer according to the coding system given below: ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : Answer: Option A

Description : Assertion A : Normally turpentine oil is recommended as thinner for indoor painting. Reason R : Turpentine oil is costlier than other thinners. Select your answer according to the coding system given below: (A) Both A and R is ... of A (C) A is true but R is false (D) A is false but R is true

Last Answer : Answer: Option B

Description : Assertion A : Pure lime takes a long time to develop adequate strength. Reason R : Pure lime has slow hardening characteristics. Select your answer according to the coding system given below: (A) Both A and R is true ... explanation of A (C) A is true but R is false (D) A is false but R is true

Last Answer : Answer: Option A

Description : Assertion A : Shishum is used for decorative woodwork. Reason R : Shishum can be polished to an excellent finish. Select your answer according to the coding system given below: (A) Both A and R is true and R is the ... explanation of A (C) A is true but R is false (D) A is false but R is true

Last Answer : Answer: Option A

Description : All the words of OLIVE are arranged in dictionary order. Find the position of the word LIVEO. a) 49 b) 55 c) 57 d) 59 e) 61

Last Answer : words starting with E = 4! = 24 words starting with I = 4! = 24 words starting with LE = 3! = 6 words starting with LIE = 2! = 2, LIO = 2! = 2 the first word with starting with LIV will be LIVEO so rank = 24 + 24 + 6 + 2 + 2 + 1 = 59 Answer: d)

Description : Given below are three basic rules: I. Squash and Stretch II. Slow-in and Slow-out III. To stage the action properly These rules are applied in case of (A) Rendering (B) Morphing (C) Animation (D) All the above

Last Answer : (C) Animation

Description : Consider the compound propositions given below as: (a) p˅~(p˄q) (b) (p˄~q)˅~(p˄q) (c) p˄(q˅r) Which of the above propositions are tautologies? (A) (a) and (c) (B) (b) and (c) (C) (a) and (b) (D) (a), (b) and (c)

Last Answer : Answer: Marks to all