Internshala Blockchain Final Test Answers 1.What is Blockchain? Ans: A distributed ledger on a peer to peer network. 2.What does P2P stand for? Ans: Peer to Peer 3.Who created Bitcoin? Ans: Satoshi Nakamoto 4.Which Blockchain platform introduced ‘Smart Contracts”? Ans: Ethereum 5.What is the block creation time in Bitcoin? Ans: ...Read more
SIKSHAPATH Latest Questions
Cloud Computing with AWS Course Final Test Answers – Internshala Note: The sequence may be different but Questions will be the same 1. What is the customer’s responsibility under the shared responsibility model? Ans: Make sure that data is encrypted at rest. 2.AWS ...Read more
What is the C program to swap two numbers without using third variable? Example: x=10 y=40
A computer cannot “boot” if it does not have the _____ a. Loader b. Compiler c. Assembler d. Operating system
Functions can return enumeration constants in C? a. true b. false c. depends on the compiler d. depends on the standard
Set of instructions to be provided to an electronic machine to perform a task is called  a) Programming b) Processing c) Computing d) Compiling
Which of the following is NOT a container adapter? a. stack b. queue c. deque d. priority-queue
1.What is a database? a) Organized collection of information that cannot be accessed, updated, and managed Read more
Blockchain final test answer internshala
Which of the following is a user-defined data type in c language? (a) typedef int Boolean; (b) typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays; (c) struct {char name[10], int age}; (d) all of the mentioned