This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 12251. |
Write a program to transfer the message hello amity serially at baud rate 9600, 8 bit data, 1 stop bit. Assume crystal frequency 12 mhz |
|
Answer» Answer: Explanation:GET your DATA on the cloud QUICKLY & securely. Connect with Sales to learn more. Scalable & Reliable. Per-Second Billing. Deploy In MINUTES. 24X7 Phone Support. Free Trial Google Cloud. Google’s infrastructure. |
|
| 12252. |
Write a program to turn on a light on and off for every 5 second use data bit d7 to operate light 8085 |
|
Answer» Answer: Explanation: Home · Store; Software ... WRITE the code i want when you TURN on the led after 5 SEC turn off and .... WAY to light an LED for five seconds then turn off PERMANENTLY. |
|
| 12253. |
Write a program using system calls to create hierarchy of three processes i.E. Process p having child p1 and process p1 having child p2 |
| Answer» | |
| 12254. |
Explain factor which led the cloud in cloud computing |
|
Answer» In the simplest terms, cloud COMPUTING means STORING and accessing data and programs over the Internet instead of your COMPUTER's hard DRIVE. The cloud is just a metaphor for the Internet. ... When you store data on or run programs from the hard drive, that's called local storage and computing. |
|
| 12255. |
Which tool sets the magnification level of an HTML document in the Dreamweaver no spam ✨✨✌️✌️ |
|
Answer» SELECT the Zoom tool on the Status bar. Click to view larger image. Use ONE of the FOLLOWING methods to zoom in: Click On The DOCUMENT. ... To zoom out, HOLD down the Alt (Win) or Option (Mac) key, and then click on the screen to reduce the zoom of the active document. |
|
| 12256. |
3. Convert the following decimal number into binary:-a) (67)10 |
|
Answer» Answer: 01100111 Explanation: 6= 0110 7=0111,.. 67=01100111 |
|
| 12257. |
3 Convert the following decimal number into binary--) (67) |
| Answer» | |
| 12258. |
Disadvantages of file system how it can be overcomed |
|
Answer» Answer: Explanation: this can be overcome by using computers for storing DATA |
|
| 12259. |
Discuss any two expert system in artificial intelligence |
|
Answer» Explanation: In NUMERICAL analysis, hill climbing is a mathematical optimization TECHNIQUE which belongs to the family of local search. It is an iterative algorithm that STARTS with an arbitrary solution to a problem, then attempts to find a BETTER solution by making an incremental change to the solution. |
|
| 12260. |
Write a program to sort the numbers stored in an array in ascending order.The sorted numbers should be stored in same array and only one array should be created in the program.In c++ |
|
Answer» Answer: 1. Create an array of fixed size (maximum capacity), lets say 10. 2. Take n, a variable which stores the number of ELEMENTS of the array, less than maximum capacity of array. 3. Iterate via for loop to take array elements as input, and print them. 4. The array elements are in UNSORTED fashion, to sort them, make a nested loop. 5. In the nested loop, the each element will be compared to all the elements below it. 6. In case the element is greater than the element present below it, then they are interchanged 7. After executing the nested loop, we will OBTAIN an array in ASCENDING ORDER arranged elements. |
|
| 12261. |
Write a program to toggle p1.3 p1.7 and p2.5 continuously without disturbing the rest of bits |
| Answer» | |
| 12262. |
Write a program to sort(ascending order & descending order) the elements of a listbox using combo box |
|
Answer» Answer: 8cidddsssisdid9d9d9d9xdx9xixixixic s D8 |
|
| 12263. |
Write a program to sort the elements in odd positions in descending order and elements in ascending order |
|
Answer» docdo osoxoddo 9eo IS9 so os9 do OSO 9f9 8s9c9c0 c9d8 9so 9so 9s0 9so 0s9 s9e9 8 8eo urjzk lxiwhxi oeoxu ufoeoxi K lreiso i jrjsixi udjsi o yvidis0 |
|
| 12264. |
What about history of internet |
|
Answer» INTERNET was CREATED In an EXPERIMENT |
|
| 12265. |
It is required to implement a map data structure with the following characteristics:It stores (key, value) pairs, and both the key and value are of type StringInserting a new (key, value) pair in the map must have a performance time of O(log n) in the worst caseLooking up a key in the map must have a performance time of O(log n) in the worst caseIt is expected to be a main-memory data structureWhich of the following data structures is most appropriate for this requirement |
| Answer» | |
| 12266. |
What is full form of DBMS |
| Answer» | |
| 12267. |
What is the file extension for paint application |
|
Answer» Answer: |
|
| 12268. |
Write a program to merge two sorted arrays into a third array , a1 10 25 90, a2 9 16 22 26 10, a3 9 10 16 25 26 90 100. C pragramming flowchart. |
|
Answer» PLEASE MARK me as BRAINLIEST answer |
|
| 12269. |
Write a program to input a character and categorize it as a vowel and consonant using pointers |
|
Answer» Answer: /*C program to count vowels and consonants in a string USING pointer.*/ #include int MAIN() { CHAR str[100]; char *ptr; int cntV,cntC;
printf("Enter a string: "); gets(str);
//ASSIGN address of str to ptr ptr=str;
cntV=cntC=0; while(*ptr!='\0') { if(*ptr=='A' ||*ptr=='E' ||*ptr=='I' ||*ptr=='O' ||*ptr=='U' ||*ptr=='a' ||*ptr=='e' ||*ptr=='i' ||*ptr=='o' ||*ptr=='u') cntV++; else cntC++; //increase the pointer, to point next character ptr++; }
printf("Total number of VOWELS: %d, CONSONANT: %d\n",cntV,cntC); RETURN 0; } |
|
| 12270. |
Write a program to perform addition of first 10 even numbers |
|
Answer» Explanation: FIND FIRST 10 Even Numbers and get their sum USING for LOOP /* QN 5 FIRST 10 EVEN NUMBER AND THEIR SUM */ #include #include void main() { int i,n,t=0,sum=0; clrscr(); printf("First 10 even number is:\n"); for (i=1;i<=10;i++) { t+=2; printf("%4d",t); sum +=t; } printf("\n\nThe sum of = %d\n",sum); getch(); } |
|
| 12271. |
Write a program to get minimum number of bits to store an integer number. |
|
Answer» Answer: In c programming, we will FIND how many MINIMUM bits are required to STORE an integer NUMBER. |
|
| 12272. |
Examples of computer hardware and their definition |
|
Answer» Answer: HARDWARE is the PHYSICAL parts of our computer that tells the computer about tasks and how these tasks are to be performed . for EXAMPLE -KEYBOARD ,mouse ,SPEAKER ,etc. |
|
| 12273. |
Hello guys....can you please answer this.....write an algorithm to input three numbers and print the smallest number..... please answer its urgent.....please ...the first answer will be marked brainliest.. |
|
Answer» Answer: TAKE THREE numbers as input and compare them with each other until you find the smallest number among them. Algorithm: step 1: PRINT 3 integers as a, b, c step 2: scan (a,b,c) step 3: if (x else if (y else smallest:=z; |
|
| 12274. |
What is the full form of Wi-Fi |
|
Answer» heya mate there's your answer Full FORM of Wi-Fi is WIRELESS Fidelity. hope it helps you THANK you |
|
| 12275. |
What do we mean by search engines |
|
Answer» Answer: a program that SEARCH for and INDEFINITE ITEM in data base that CORRESPONDS to keywords for characters specified by the users |
|
| 12277. |
Covert 234 , 157, 187 , 315 octal into decimal. |
|
Answer» OCTAL into decimal 234=156 157=111 187=135 315=205 |
|
| 12278. |
2. Write a program to find top 10 elements on an array of integers. |
Answer» HEYA MATE OPTION A is the ANSWER |
|
| 12279. |
Write a program to find the sum of natural numbers using for loop. In c |
Answer» Program#include int main(){ printf("Enter a number : "); SCANF("%d",&num); printf("Sum of NATURAL number up to %d is : ",num); for ( i = 0 ; i <= num ; i++){ sum = sum + i; } printf("%d",sum); } OutputEnter a number : 10 Sum of natural number up to 10 is : 55 |
|
| 12280. |
Write a program to find the sum of all even numbers from 1 to n where the value of n is taken as input. [for example when n is 10 then the sum is 2+4+6+8+10 = 30] using only two variables |
Answer» PROGRAM:n = INT(input("ENTER a number")) SUM = 0 for i in range (1,(n+1),1): if int(i % 2) == 0: sum = sum + i print("The sum is : ") print(sum) OutputEnter a number10 The sum is : 30 LanguagePython 3 -----Hope this helps :) |
|
| 12281. |
Used a private cloud Foundation combined with the strategic public cloud service |
|
Answer» Answer: A CLOUD is the most advanced and useful SERVICE provided by the company to the users, it helps in any kinds of tasks in a very convenient manner. But these SERVICES can also be further CATEGORIZED into private cloud computing and public cloud computing services. Explanation: In public cloud computing services, any random users of the internet can have ACCESS to the cloud services, sometimes some services are provided for free and sometimes they are provided against some fees. |
|
| 12282. |
It uses a private cloud Foundation combined with a strategic use of public cloud service |
|
Answer» Answer: As cloud computing is the very ADVANCED and HELPFUL service, which is provided by the company to the users of the INTERNET, it helps in any kinds of tasks in a very convenient manner. But these services can also be further CATEGORIZED into private cloud computing and public cloud computing services. Explanation: In public cloud computing services, any random users of the internet can have access to the cloud services, sometimes some services are provided for free and sometimes they are provided against some FEES. |
|
| 12284. |
Why is an object called an instance of a class? |
|
Answer» An object is called an instance of a class as every object created from a class GETS its own INSTANCES of the variables defined in the class. Multiple OBJECTS can be created from the same class. |
|
| 12285. |
HOLA !!!⚠CLASS 10TH⚠⭐Questions :-⬇⬇⬇⬇⬇⬇1)Computers are connected together to share ____a) hardware b)software c)files d)all of these 2)A device which makes the digital signals from computer suitable for transmission over the internet is called _____a) transmitter b)model c)modem 3)The combination of star and bus topology results in the ____ topology .a)mesh b)tree c)ring 4)The process where the network system creates interconnections between ____ is known as switching . ( fill in the blanks )5)A ____ simply copies the information arriving at its input and retransmits it from the output .( fill in the blanks )6)Ring topology is most feasible topology . (true or false)7)A peer to peer network is easier to implement and is less expensive . (true or false )8)We can send videos using Google Hangouts .(true or false )9)We can clear the conversation with a particular contact in Hangouts .(true or false )10)Both Hangouts and Yahoo messenger and closely the integrated with the email accounts .(true or false )ALL THE BEST !!! |
Answer» 1.) FILES----------------- 2.) MODEM-------------------- 3.) RING--------------------- 4.) IP---------------------- 5.) CTRL + (C) COPY----------------------------------- 6.) TRUE-------------------- 7.) FALSE------------------- 8.) TRUE------------------ 9.) TRUE------------------ 10.) TRUE————————————————————— |
|
| 12286. |
Difference between training and learning in neural networks |
|
Answer» Training is the GIVING of information and knowledge, through speech, the written word or other methods of demonstration in a manner that instructs the trainee. LEARNING is the process of absorbing that information in order to increase skills and abilities and make USE of it under a VARIETY of contexts. |
|
| 12287. |
Difference between sequential and parallel programming |
| Answer» | |
| 12288. |
Write a program to find the product of two matrices |
| Answer» | |
| 12289. |
Write a program to find the path from root to any given node in a binary search tree. |
|
Answer» Explanation: 1) If the two nodes are in DIFFERENT subtrees of root nodes. That is ONE in the left subtree and the OTHE in the right subtree. In this case it is clear that root NODE will lie in between the path from node1 and node2 2) If the nodes are in the same subtree. That is either in the left subtree or in the right subtree |
|
| 12290. |
Write a program to find the maximum of 3 numbers using functions. Input format: input consists of 3 integers. Output format: refer sample output for formatting details. Sample input: 13 45 23 sample output: 45 is the maximum number |
|
Answer» a Explanation: |
|
| 12291. |
What is python computer language? |
|
Answer» Explanation: Python is an INTERPRETED, high-level, general-purpose programming language. Created by Guido van Rossum and FIRST released in 1991, Python's design philosophy emphasizes CODE READABILITY with its notable use of significant whitespace |
|
| 12292. |
What is an array? Write a statement to declare an integer array of 10 elements. |
|
Answer» An ARRAY is a reference data used to HOLD a SET of data of the same data type. The statement to declare an INTEGER array of 10 elements - int arr[] = new int[10]; |
|
| 12293. |
How will you mark something that you can’t hear in the audio file? a) (inaudible 00:01:50)b) (inaudible 00:01:50)c) [inaudible]d) [inaudible 00:01:50] |
|
Answer» summary of sajjanta KA dand in hindii 100 to 250 words Explanation: C will be |
|
| 12294. |
Upload the photo of any Xiaomi smartphone along with the name. |
|
Answer» MI 9T Pro Redmi NOTE 7 Pro Redmire note 7S |
|
| 12295. |
What allows the user to create their own website |
|
Answer» HTML IS A PROGRAMMING LANGUAGE THAT LET US CREATE OUR ON WEBPAGE (COLLECTION OF WEBPAGE IS WEBSITE). |
|
| 12296. |
Question 3. Plss answer! The best one will be marked as brainliest |
| Answer» | |
| 12297. |
Are speaker tags required everytime when speaker changes?a) Everytimeb) Only on some occasionsc) Never |
|
Answer» C never Explanation: |
|
| 12298. |
What allow the user to create their own website |
|
Answer» We can create our own website , USING notepad . the common THING is we should with < HTML > and end with HTML > |
|
| 12299. |
फुल फॉर्म सीपीयू सीडी डीवीडी |
|
Answer» CPU : CENTRAL PROCESSING unit CD : COMPACT DISC DVD: Digital Versatile Disc |
|
| 12300. |
How are private members of a class different from public members? |
|
Answer» Explanation: ⭕ A public MEMBER is accessible from anywhere outside the class but within a program. ⭕ You can SET and get the value of public variables without any member. ⭕A private member VARIABLE or function cannot be accessed, or EVEN viewed from outside the class. ⭕Only the class and FRIEND functions can access private members. |
|