The message in pub/sub is an opaque blob
of ________
a) Bits
b) Bytes
c) Word
d) Nibble

1 Answer

Answer :

Bytes

Related questions

Description : ________ method publishes messages to pub/sub. a) Client() b) Publish() c) Server() d) Batch()

Last Answer : Publish()

Description : A binary number with 8 bits is called asa___ a. Bytes b. Bits c. Nibble d. __ Allof these

Last Answer : a. Bytes

Description : ________ error will show if we try to send text string instead of bytes. a) TypeError b) Error c) Linker error d) Compiler error

Last Answer : TypeError

Description : Abinary number with 4 bitsiscalleda_ a. Bit b. Bytes ce. Nibble d. None of these

Last Answer : ce. Nibble

Description : Because we wish to allow each ASCII code to occupy one location in memory, most memories are _____ addressable. a. BYTE b. NIBBLE c. WORD (16 bits) d. DOUBLEWORD (32 bits)

Last Answer : a. BYTE

Description : When you publish a message ________ is automatically created? a) Client b) Server c) Batch d) Server

Last Answer : Batch

Description : 1 nibble equals to A) 1 bits B) 2 bits C) 4 bits D) 8 bits

Last Answer : Answer : C

Description : One nibble is equivalent to how many bits? a) 2 b) 4 c) 8 d) 1

Last Answer : Answer: b Explanation: A nibble is defined as a unit of data which comprises of 4 binary digits or half of 8-bit byte. Therefore, 1 nibble = 4 bits. A bit is the smallest unit of data in a computer system. A byte = 8 bits, therefore, half of a byte=4 bits=a nibble

Description : A nibble is equal to _______ A. 4 bits B. 8 bits C. 16 bits D. 32 bits

Last Answer : A. 4 bits

Description : A group of 4 binary bits is called. a. Nibble b. Byte c. Decimal d. Digit

Last Answer : a. Nibble

Description : A nibble is equal to_____ bits. (1) 32 (2) 4 (3) 8 (4) 16

Last Answer : 4

Description : How many bits are required to represent one nibble ?

Last Answer : 4-bits are required to represent one nibble.

Description : . ________ is the process in which the receiver tries to guess the message by using redundant bits A. Connection-Oriented Service B. Forward error correction C. both a and b D. Confirm

Last Answer : B. Forward error correction

Description : A memory unit stores 2^16 bytes in 32-bit words. How many address bits are necessary in order to retrieve a single word from this memory unit?

Last Answer : Each word is 4 bytes, which occupies 4 consecutive addresses at 16 bits each. The first 14 bits of these addresses will be the same, differing only in the two least significant bits. You only need to specify the first 14 bits, because there are only 2^14 words occupying those 2^16 bytes.

Description : The word length of a computer is measured in A) Bytes B) Millimeters C) Meters D) Bits

Last Answer : Answer : D

Description : The word length of a computer is measured in a. Bytes b. Millimeters c. Meters d. Bits

Last Answer : d. Bits

Description : The word length of a computer is measured in a. Bytes b. Millimeters c. Meters d. Bits

Last Answer : d. Bits

Description : The system is notified of a read or write operation by ___________ a) Appending an extra bit of the address b) Enabling the read or write bits of the devices c) Raising an appropriate interrupt signal d) Sending a special signal along the BUS

Last Answer : Sending a special signal along the BUS

Last Answer : 8 bits = 1 byte.

Description : One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes

Last Answer : Answer :3

Description : Which of the following are the best units of data on an external storage device? A) Bits B) Bytes C) Hertz D) Clock cycles

Last Answer : Answer : B

Description : Voltage signal generated by a microphone is A. digital in nature B. analogue in nature C. consists of bits and bytes D. hybrid in nature

Last Answer : analogue in nature

Description : What is the commonly used unit for measuring the speed of data transmission? A) Bytes per second B) Baud C) Bits per second D) Both B and C

Last Answer : B) Baud

Description : The network layer is concerned with __________ of data. a. bits b. frames c. packets d. bytes

Last Answer : c. packets

Description : How many bytes of data can be sent in 15 seconds over a serial link with baud rate of 9600 in asynchronous mode with odd parity and two stop bits in the frame? a. 10,000 bytes b. 12,000 bytes c. 15,000 bytes d. 27,000 bytes

Last Answer : b. 12,000 bytes

Description : A sender uses the Stop-and-Wait ARQ protocol for reliable transmission of frames. Frames are of size 1000 bytes and the transmission rate at the sender is 80 Kbps (1Kbps = 1000 bits/second). Size of ... is lost, the sender throughput is __________ bytes/second. a. 2500 b. 2000 c. 1500 d. 500

Last Answer : a. 2500

Description : Consider a CSMA/CD network that transmits data at a rate of 100 Mbps (108 bits per second) over a 1 km (kilometre) cable with no repeaters. If the minimum frame size required for this network is 1250 bytes, what is the signal speed (km/sec) in the cable? a. 8000 b. 10000 c. 16000 d. 20000

Last Answer : d. 20000

Description : The network layer encapsulates the data into _______of data. A. bits B. frames C. packets D. bytes

Last Answer : C. packets

Description : The network layer is concerned with __________ of data. a) bits b) frames c) packets d) bytes

Last Answer : c) packets

Description : 1 Kilobyte (KB) is _______: a) 1000 bits b) 1 Kilo KB c) Both (a) and (b) d) 1024 Bytes e) None of The Above

Last Answer : d) 1024 Bytes

Description : Which of the following are the best units of data on an external storage device? 1) Bits 2) Bytes 3) Hertz 4) Clock cycles

Last Answer : 2) Bytes

Description : Which of the following are the best units of data on an external storage device? 1 Bits 2 Bytes 3 Hertz 4 Clock cycles

Last Answer : 2 Bytes

Description : The network layer is considered as the _______? A. Backbone B. packets C. Bytes D. bits 

Last Answer : A. Backbone  

Description : Data in network layer is transferred in the form of ____________ A. Layers B. Packets C. Bytes D. Bits

Last Answer : B. Packets 

Description : A memory management system has 64 pages with 512 bytes page size. Physical memory consists of 32 page frames. Number of bits required in logical and physical address are respectively: (1) 14 and 15 (2) 14 and 29 (3) 15 and 14 (4) 16 and 32

Last Answer : (3) 15 and 14

Description : Speed of processor chip is measured in (1) Mbps (2) MHz (2) Bits/second (4) Bytes/second

Last Answer : MHz

Description : Which of the following language is used to build a message server queue in twitter? a) Rubyb) Scala c) Java d) All of the mentioned

Last Answer : Scala

Description : Which of the following is also referred to as Short Message Service? a) Mini-blogs b) Micro-blogs c) Nano-blogs d) None of the mentioned

Last Answer : Micro-blogs

Description : Which of the following genres does Hadoop produce? a) Distributed file system b) JAX-RS c) Java Message Service d) Relational Database Management System

Last Answer : Distributed file system

Description : The topic in the publish method is in which form? a) Binomial form b) Canonical form c) Nominal form d) Message form

Last Answer : Canonical form

Description : Which of the following describes a message-passing taxonomy for a component- based architecture that provides services to clients upon demand? a) SOA b) EBS c) GEC d) All of the mentioned

Last Answer : SOA

Description : Which of the following is a message queue or transaction system for distributed Internet- based applications? a) Amazon Elastic Compute Cloud b) Amazon Simple Queue Service c) Amazon Simple Notification Service d) Amazon Simple Storage System

Last Answer : Amazon Simple Queue Service

Description : _______ implies that the DataNode is functioning properly a) Block Message b) Periodic Message c) Heartbeat Message d) None of the above

Last Answer : Heartbeat Message

Description : Which of the following describes a message-passing taxonomy for a component- based architecture that provides services to clients upon demand? a) SOA b) EBS c) GEC d) All of the mentioned

Last Answer : SOA

Description : In a packet switching network, if the message size is 48 bytes and each packet contains a header of 3 bytes. If 24 packets are required to transmit the message, the packet size is ................ (1) 2 bytes (2) 1 byte (3) 4 bytes (4) 5 bytes

Last Answer : (4) 5 bytes 

Description : Is glob the love child of blob and gob?

Last Answer : According to the OED, yes! “Brunch” is another obvious one, as is “smog.” But less known is “boost” (from “boom” and “hoist”).

Description : What are the red lady type bugs on lilly leaves - they leave a black blob?

Last Answer : The black blobs are bug poop probably.

Description : I found another dentist, he will want to pay for me again, of course

Last Answer : Need Answer

Description : What happens when a blob fish comes out of water?

Last Answer : Need answer