Using p=3, q=13, d=7 and e=3 in the RSA algorithm, what is the value of ciphertext for a plain text 5? (A) 13 (B) 21 (C) 26 (D) 33

1 Answer

Answer :

Answer: Marks to all

Explanation:

p=3, q=13, d=7, e=3, M=5, C=?

C = Me mod n

n = p*q

 = 3*13 = 39

C = 53 mod 39

= 8

Answer is 8.

Related questions

Description : In RSA algorithm,if p=5,q=7,e=7and message=3. What will be the value of ciphertext ?

Last Answer : 17

Description : Using data p=3, q=11, n=pq, d=7 in RSA algorithm find the cipher text of the given plain text SUZANNE (A) BUTAEEZ (B) SUZANNE (C) XYZABCD (D) ABCDXYZ

Last Answer : (A) BUTAEEZ

Description : Using the RSA public key crypto system, if p=13, q=31 and d=7, then the value of e is (A) 101 (B) 105 (C) 103 (D) 107

Last Answer : (C) 103 Explanation: Basic RSA Algorithm: 1. Choose two primes, p & q. 2. Compute n=p*q and z=(p-1)*(q-1). 3. Choose a number relatively prime to z and call it d. 4. Find e such that e*d= ... each of these in turn by 7 to see which is divisible by 7, we find that 721/7 = 103, hence e = 103. 

Description : In link state routing algorithm after construction of link state packets, new routes are computed using: (1) DES algorithm (2) Dijkstra's algorithm (3) RSA algorithm (4) Packets 

Last Answer : Answer: 2

Description : In substitution, a character in the plaintext is always changed to the same character in the ciphertext, regardless of its position in the text. (A) polyalphabetic (B) monoalphabetic (C) transpositional (D) multialphabetic

Last Answer : (B) monoalphabetic

Description : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50'. What number is missing? -Riddles

Last Answer : 22

Description : Encrypt the plain text Message “EXTRANET” using Transposition cipher technique with the following key: Using ‘Z’ as bogus character. (A) TAXERTZENZ (B) EXTRANETZZ (C) EZXZTRZANZET (D) EXTZRANZETZ

Last Answer : (A) TAXERTZENZ 

Description : Message can be sent more securely using DES by a. encrypting plain text by a different randomly selected key for each transmission b. encrypting plain text by a different random key for each ... instead of using hardware d. designing DES with high security and not publicizing algorithm used by it  

Last Answer : b. encrypting plain text by a different random key for each message transmission and sending the key to the receiver using a public key system

Description : A disk drive has 100 cylinders, numbered 0 to 99. Disk requests come to the disk driver for cyclinders 12, 26, 24, 4, 42, 8 and 50 in that order. The driver is currently serving a request at cyclinder 24. A seek takes ... (SSTF) algorithm? (A) 0.984 sec (B) 0.396 sec (C) 0.738 sec (D) 0.42 sec

Last Answer : C

Description : Let R be the rectangular window against which the lines are to be clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has lower left-hand corner at (-5,1) and upper righthand corner at (3,7). ... s) is/are candidate for clipping? (A) AB (B) CD (C) EF (D) AB and CD

Last Answer : (D) AB and CD

Description : Triple DES uses a. 168 bit keys on 64-bit blocks of plain text b. Working on 64-bit blocks of plain text and 56 bit keys by applying DES algorithm for three rounds. c. Works with 144 bit ... algorithm once. d. Uses 128 bit blocks of plain text and 112 bit keys and apply DES algorithm thrice. 

Last Answer : b. Working on 64-bit blocks of plain text and 56 bit keys by applying DES algorithm for three rounds. 

Description : Explain about RSA algorithm.

Last Answer : ∙ Public key Encryption technique. ∙ Encryption algorithm ∙ Decryption algorithm ∙ Security in RSA

Description : A software company needs to develop a project that is estimated as 1000 function points and is planning to use JAVA as the programming language whose approximate lines of code per function point is accepted as 50. Considering a=1. ... ? (1) 11.2 months (2) 12.2 months (3) 13.2 months (4) 10.2 months

Last Answer : Generally, any projects are measured in weeks. However, the complex project might take more time depending on the level of object re-use available.

Description : The ball bearing is subjected to a radial load of 4000 N. Expected life for 90% bearings is 9000 hr and the shaft is rot (a) 42.21 kN (b) 37.29 kN (c) 26.33 kN (d) 35.22 kN

Last Answer : (b) 37.29 kN

Description : Which one of the following array represents a binary max-heap? (A) [26, 13, 17, 14, 11, 9, 15] (B) [26, 15, 14, 17, 11, 9, 13] (C) [26, 15, 17, 14, 11, 9, 13] (D) [26, 15, 13, 14, 11, 9, 17]

Last Answer : (C) [26, 15, 17, 14, 11, 9, 13]

Description : What is the mean for this list of numbers 13 26 33 45?

Last Answer : Magic

Description : The section modulus of a rectangular light beam 25 metres long is 12.500 cm3 . The beam is simply supported at its ends and carries a longitudinal axial tensile load of 10 tonnes in addition to a point load of ... 13.33 kg/cm2 compressive (C) 26.67 kg/cm2 tensile (D) 26.67 kg/cm2 compressive

Last Answer : (C) 26.67 kg/cm2 tensile

Description : Let us assume that you construct ordered tree to represent the compound proposition (~(p˄q))↔(~p˅~q). Then, the prefix expression and post-fix expression determined using this ordered tree are given as ........... and .......... ... ~p~q~˅↔ (C) ↔~˄pq˅ ~~pq, pq˄~p~ ~q˅↔ (D) ↔~˄pq˅ ~p~q, pq˄~p~~q˅↔

Last Answer : (B) ↔~˄pq˅ ~p~q, pq˄~p~q~˅↔

Description : Consider three CPU intensive processes P1, P2, P3 which require 20, 10 and 30 units of time, arrive at times 1, 3 and 7 respectively. Suppose operating system is implementing Shortest Remaining Time first (preemptive scheduling) ... end of Ready queue are not counted). (A) 3 (B) 2 (C) 4 (D) 5

Last Answer : (A) 3

Description : Suppose that the virtual Address space has eight pages and physical memory with four page frames. If LRU page replacement algorithm is used, .............. number of page faults occur with the reference string. 0 2 1 3 5 4 6 3 7 4 7 3 3 5 5 3 1 1 1 7 2 3 4 1 (A) 11 (B) 12 (C) 10 (D) 9

Last Answer : (A) 11

Description : A container contains a mixture of two liquids P and Q in the ratio 7 : 5. When 9 litres of mixture are drawn off and the container is filled with Q, the ratio of P and Q becomes 7 : 9. How many litres of liquid P was contained in the container initially? a) 12 b) 21 c) 93 d)17 e) None 

Last Answer : B Let initial quantity of P in the container be 7x and initial quantity of Q in the container be 5x Now 9 litres of mixture is drawn off from the container. Quantity of P in 9 litres of the mixture drawn off ... = 7 : 9 x=16* 21/4*28 Litres of P contained in the container initially =7x = 21

Description : The travelling salesman problem can be solved in: (A) Polynomial time using dynamic programming algorithm (B) Polynomial time using branch-and-bound algorithm (C) Exponential time using dynamic programming algorithm or branch-andbound algorithm. (D) Polynomial time using backtracking algorithm.

Last Answer : (C) Exponential time using dynamic programming algorithm or branch-andbound algorithm.

Description : An all-pairs shortest-paths problem is efficiently solved using: (A) Dijkstra' algorithm (B) Bellman-Ford algorithm (C) Kruskal Algorithm (D) Floyd-Warshall algorithm

Last Answer : (D) Floyd-Warshall algorithm

Description : Consider a disk queue with I/O requests on the following cylinders in their arriving order: 6,10,12,54,97,73,128,15,44,110,34,45 The disk head is assumed to be at cylinder 23 and moving in the direction ... . The disk head movement using SCAN-scheduling algorithm is: (1) 172 (2) 173 (3) 227 (4) 228

Last Answer : (2) 173

Description : Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct? (1) Compute d = 3 – 2r (where r is radius) (2) Stop if x> y (3) If d

Last Answer : If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1

Description : Compute the value of adding the following two fuzzy integers: A = {(0.3,1), (0.6,2), (1,3), (0.7,4), (0.2,5)} B = {(0.5,11), (1,12), (0.5,13)} Where fuzzy addition is defined as μA+B(z) = maxx+y=z (min(μA(x), μB( ... ,18)} (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)}

Last Answer : (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)} 

Description : Consider a system having ‘m’ resources of the same type. These resources are shared by three processes P1, P2 and P3 which have peak demands of 2, 5 and 7 resources respectively. For what value of ‘m’ deadlock will not occur? (A) 70 (B) 14 (C) 13 (D) 7

Last Answer : (B) 14

Description : Let A and B be two fuzzy integers defined as: A={(1,0.3), (2,0.6), (3,1), (4,0.7), (5,0.2)} B={(10,0.5), (11,1), (12,0.5)} Using fuzzy arithmetic operation given by (A) {(11,0.8), (13,1), (15,1)} ( ... ,0.2)} (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Last Answer : (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Description : Ten signals, each requiring 3000 Hz, are multiplexed on to a single channel using FDM. How much minimum bandwidth is required for the multiplexed channel ? Assume that the guard bands are 300 Hz wide. (A) 30,000 (B) 32,700 (C) 33,000 (D) None of the above

Last Answer : (B) 32,700

Description : Three pipes P, Q and R can fill a tank from empty to full in 40 minutes, 15 minutes, and 30 minutes respectively. When the tank is empty, all the three pipes are opened. P, Q and R discharge chemical solutions X, Y and Z respectively. ... 5 minutes? a) 8 / 15 b) 7 / 15 c) 8 / 17 d) 6 / 13 e) 8 / 13

Last Answer : a Part of the tank filled by pipe P in 1 minute = 1 / 40 Part of the tank filled by pipe Q in 1 minute = 1 / 15 Part of the tank filled by pipe R in 1 minute = 1/ 30 Here we have to find the proportion of ... together in 5 minute = 5 1/8 = 5/ 8 Required proportion = (1/3) / ( 5/8) = 8 / 15

Description : What is the ratio between money spent by company Q on tax and money spent by P on salary? a) 23:121 b) 33:144 c) 47:144 d) 144:157 e) None of these

Last Answer : e) None of these

Description : If we convert ∃u ∀v ∀x ∃y (P(f(u),v, x, y) → Q(u,v,y)) to ∀v ∀x (P(f(a),v, x, g(v,x)) → Q(a,v,g(v,x))) This process is known as (A) Simplification (B) Unification (C) Skolemization (D) Resolution

Last Answer : (C) Skolemization

Description : Which of the following shall be a compound proposition involving the propositions p, q and r, that is true when exactly two of the p, q and r are true and is false otherwise? (A) (p∨q∧˥r) ∨ (p∨q∧r) ∧ (˥p∧q∨r) (B) ... ) ∨ (˥q∨˥p∧˥r) (C) (p∧q∧˥r) ∨ (p∨˥q∧r) ∨ (˥p∧q∧r) (D) (p∨r∧q) ∨ (p∧q∧r) ∨ (˥p∧q∧r) 

Last Answer : (C) (p∧q∧˥r) ∨ (p∨˥q∧r) ∨ (˥p∧q∧r)

Description : The distributed system is a collection of (P) and communication is achieved in distributed system by (Q) , where (P) and (Q) are : (A) Loosely coupled hardware on tightly ... message passing ,respectively. (D) Loosely coupled software on tightly coupled hardware and file sharing, respectively.

Last Answer : (C) Tightly coupled software on loosely coupled hardware and message passing ,respectively. 

Description : In Propositional Logic, given P and P→Q, we can infer ........... (A) ~Q (B) Q (C) P∧Q (D) ~P∧Q 

Last Answer : (B) Q 

Description : A three dimensional array in C' is declared as int A[x][y][z]. Here, the address of an item at the location A[p][q][r] can be computed as follows (where w is the word length of an integer): (A) &A[0][0][0]+w(y*z*q+z*p+r) (B) &A ... *q+r) (C) &A[0][0][0]+w(x*y*p+z*q+r) (D) &A[0][0][0]+w(x*y*q+z*p+r)

Last Answer : Answer: B

Description : Points P,Q,R(in this order) divide the line joining the points A(-2,2) and B(2,8) into four equal parts. The coordinates of the point Q are: (a) (-1,7/2) (b) (1,13/2) (c) (0,5) (d) (5,1/2)

Last Answer : (c) (0,5)

Description : Taps P, Q and R can fill a tank in 3, 4 and 5 hours respectively. If all the taps are opened together and after 30 minutes taps Q and R are turned off, find the total time in which the tank is full. A) 2(3/8)hrs B) 1(1/7)hrs C) 2(13/40)hrs D) 3(13/43)hrs

Last Answer : C In 1 hr P, Q, R = 1/3+1/4+1/5 = 20+15+12/60 = 47/60 Filled in 30m = 47/120 Remaining = 1-47/120 =73/120 Tap P = 3*73/120= 219/120 Total = 219/120+1/2 =219+60 /120= 279/120= 2 13/40 hrs

Description : There are two sets of five numbers each - set P and set Q. P is a set of consecutive even numbers and Q is a set of consecutive numbers. The sum of the numbers of P is 230. The second least number in Q is 33 less ... the sum of the numbers in Q. 1 : 260 2 : 250 3 : 240 4 : 270 5 : None of these

Last Answer : 1 : 260

Description : Total of the ages of P, Q and R at present is 99 years. Eight years ago, the ratio of their ages was 4: 5: 6. What is the age of Q at present a) 44 b) 30 c) 45 d) 33

Last Answer : D Let their ages 8 years ago is4x, 5x and 6x years.  4x+8+5x + 8 + 6x + 8= 99 hence x= 5 Q’s present age = (5x + 8)  =33 years

Description : To the nearest rupee, what is the net present value of a replacement project whose cash flows are -Rs.104,000; Rs.34,444; Rs.39,877; Rs.25,000; and Rs.52,800 for years 0 through 4, respectively? The firm has decided to ... -free rate is 6%. A. Rs.15,115 B. Rs.26,798 C. Rs.33,346 D. Rs.48,121

Last Answer : C. Rs.33,346

Description : Consider the following three SQL queries (Assume the data in the people table) : (a) Select Name from people where Age>21; (b) Select Name from people where Height>180; (c) Select Name from people where (Age>21) or (Height ... number of rows returned by the SQL query (c) ? (A) 3 (B) 7 (C) 10 (D) 21

Last Answer : (C) 10

Description : Which raster locations would be chosen by Bresenham’s algorithm when scan converting a line from (1, 1) to (8, 5) ?

Last Answer : Answer: C

Description : Consider a line AB with A = (0,0) and B = (8, 4). Apply a simple DDA algorithm and compute the first four plots on this line. (1) [(0, 0), (1, 1), (2, 1), (3, 2)] (2) [(0, 0), (1, 1.5), (2, 2), (3, 3)] (3) [(0, 0), (1, 1), (2, 2.5), (3, 3)] (4) [(0, 0), (1, 2), (2, 2), (3, 2)]

Last Answer : [(0, 0), (1, 1), (2, 1), (3, 2)] 

Description : Which one of the following is decimal value of a signed binary number 1101010, if it is in 2's complement form? (A) -42 (B) - 22 (C) -21 (D) -106

Last Answer : (B) - 22

Description : A species of flu has two alleles for the length of their legs. The allele for long leg is dominant, and is represented by p. The allele for short legs is recessive, and is represented by q. If 33 of 100 organisms have short legs, what is p?

Last Answer : 0.043

Description : A species of flu has two alleles for the length of their legs. The allele for long leg is dominant, and is represented by p. The allele for short legs is recessive, and is represented by q. If 33 of 100 organisms have short legs, what is p?

Last Answer : 0.043

Description : If air is at pressure, p, of 3200 lbf/ft2 , and at a temperature, T, of 800 ˚R, what is the specific volume, v? (R=5303 ft-lbf/lbm-˚R, and air can be modeled as an ideal gas.)  A.9.8 ft^3/lbm  B.11.2 ft^3/lbm  C.13.33 ft^3/lbm  D.14.2 ft^3/lbm Formula: pv = RT v = RT / p

Last Answer : 13.33 ft^3/lbm