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.
| 2451. |
The target audience for the communication is called a. Sender b. Receiver. C. Channel |
|
Answer» receiver Explanation: |
|
| 2453. |
Please answer this also |
|
Answer» Answer: Silicon <3> nibble |
|
| 2454. |
What are the most common codes used in python language |
|
Answer» Python is an interpreted, object-oriented, high-level PROGRAMMING LANGUAGE with DYNAMIC SEMANTICS. |
|
| 2455. |
Write an html code to print months of year using break tag in html |
|
Answer» Answer: PLZZ support me ate Explanation: |
|
| 2456. |
Explain number addressing system with suitable examples????? plzzzzz answer fast........ |
|
Answer» Answer: Explanation: Numerical label assigned to each device connected to a computer network that USES the Internet Protocol for communication. ... IP ADDRESSES are usually written and DISPLAYED in human-readable notations, such as 172.16. 254.1in IPv4, and 2001:db8:0:1234:0:567:8:1 in IPv6. |
|
| 2457. |
Q6. You can create reports from one or more tables. True or false |
|
Answer» Report d Navigation ... BUSING option to CREATE a form you add the selected tied to the town ... an d orta. Query on TWO or more tables can be generated if they have Answer:I think it is false.. |
|
| 2458. |
draw a flowchart to enter a digit upto three digit and display the message that "the entered number is a single digit number" or " the entered digit is a two digit number" or "the entered number is a three digit number". |
|
Answer» Answer: The question is "Write a program that repeatedly PROMPTS a user for integer numbers until the user enters 'done'. Once 'done' is entered, print out the largest and smallest of the numbers. If the user enters ANYTHING other than a valid number catch it with a try/except and put out an appropriate message and ignore the number. Enter 7, 2, bob, 10, and 4 and match the OUTPUT below." |
|
| 2459. |
Pls answer me this question immediately |
|
Answer» the computer WORK on binary |
|
| 2460. |
The smallest unit in computer processing is called _____ |
|
Answer» Answer: bit The smallest unit in COMPUTER processing is CALLED a bit. It is a unit of data that can be either of two conditions 0-1. Group of BITS makes up STORAGE units in the computer called character, bytes, or word, which are manipulated as group. |
|
| 2461. |
The equivalent binary code obtained after translaction of source code . |
|
Answer» Alot of the answers are either too simple or too complex so I will explain this as a guy who self-studied compiler construction. Basically what happens first is that your SOURCE code is fed to the compiler program. The compiler first removes all the comments from the source code by converting all those comments into SPACES! This is a step called preprocessing. After preprocessing, the compiler then splits up the preprocessed source code into individual sets of characters. The individual sets of characters such as words, numbers and their prefixes or suffixes, and other symbols or combinations of those symbols. Here’s a quick example: i += 10; After preprocessing, the compiler would take i += 10; and break it up like this: i - identifier. += - add assignment operator. 10 - integer number. ; - semicolon. this process of breaking up the source code into individual sets of characters is known as tokenization or lexical analysis. The program/system of a compiler that handles this is called a lexical analyzer or lexer for short. The individual sets of characters are given a mean as to what the sets represents, these are then called tokens. going back to our example from above, i is an alphabetic word so it’s checked to see if it’s a keyword for the language, otherwise it’s an identifier and thus given a value that tells the compiler that it’s either a keyword or an identifier. 10 is given the token value to mean that it’s an integer. += is a combination of two symbols but the combination has meaning so it’s given its own value which the compiler knows as “add assignment”. Same thing with the final symbol, the semicolon. In the next step, the compiler uses these tokens in the 2nd system called the Parser. The Parser’s job is to apply the language GRAMMAR on the tokens given from the lexer. Going back to our example again, the parser applies a grammar rule such as: i += 10; In many languages, using a variable by itself counts as an expression. Notice that the += and ; are in quotes, which means that those two operators are required, which means that you must use that operator/symbol where the parser requires it or you’ll GET a syntax error! If I were to omit the ; semicolon token and the parser requires it, it would give me a syntax error where it expected a semicolon token but got something else. if the grammar of the source code is sound, then the Parser uses the tokens produced by the lexer to produce what is called an Abstract Syntax Tree. In the most simplest explanation, the Abstract Syntax Tree is a tree data structure representation of the syntax structure of your source code. Here’s an example using the C programming language: // foo.c void foo() { uint32_t n = 1; while( n ) { if( n==1 ) n += 5; else if( n==21 ) break; } } The function foo above would produce an abstract syntax tree like: module: foo.c function-definition: void foo() variable-declaration: uint32_t n = 1; while statement: —— main-expression: n != 0 ——— variable-expr: n ——— relational-expr: != ——— integer-expr: 0 —— code block: ——— if-statement: ———— main-expression: n==1 ————— variable-expr: n ————— relational-expr: == ————— integer-expr: 1 ———— code block: ————— main-expression: n += 5 —————— variable-expr: n —————— compound-expr: += —————— integer-expr: 5 ——— else statement: ———— code block: ————— if statement: ——————expr-statement: ———————variable-expr: n ——————— relational-expr: == ——————— integer-expr: 21 —————— code block: ——————— break statement |
|
| 2462. |
The digits used in Decimal number system are from .............................. . |
|
Answer» Explanation: Decimal, also called Hindu-ARABIC, or Arabic, number system, in mathematics, positional numeral system employing 10 as the base and requiring 10 different NUMERALS, the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. |
|
| 2463. |
Generally __and __ are used before the word starting with vowels a,e,i,o,u |
|
Answer» an,the PLEASE MARK ME BRAINLIEST |
|
| 2465. |
Arrangement of data in ascending or descending order in excel is called |
|
Answer» Explanation:sorting is the process of ARRANGING DATA in ascending or descending ORDER |
|
| 2466. |
The number system used internally by all modern computers is ................ . |
|
Answer» Explanation: The base-2 numeral system is a positional NOTATION with a radix of 2. Each digit is referred to as a BIT. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by ALMOST all modern computers and computer-based DEVICES |
|
| 2467. |
The base ten number system is ...................... . |
|
Answer» Answer: BASE ten number system The DECIMAL numeral system (also CALLED base- ten positional numeral system, and occasionally called DENARY or decanary) is the STANDARD system for denoting integer and non-integer numbers. It is the extension to non-integer numbers of the Hindu–Arabic numeral system. |
|
| 2468. |
I am bsc computer science student can i give gate exam and if i can is there any scope in future? |
|
Answer» Answer: GATE Eligibilty for Other than Engineering Students BCA and BCS (a three YEARS degree) students are not eligible for GATE Exam. BSc. (Tech), a four years degree, FINAL YEAR students are eligible for GATE exam. ... Tech or BE integrated students are eligible from their THIRD year of the integrated degree. |
|
| 2469. |
.Our organization has won a tender to develop a "Software as a Service" product, and you'r.Use the Basic COCOMO model to estimate efforts and duration of an embedded software development project with size of 1676 LOC. a. How many Workers should be hired for this project? b. If project needed to complete in 6 months how many worker will be more? c. Project will be developed on the cost of Rs. 35000/pm, what will be the total cost? d. What will be the value of KLOC for this project? Note: just write the answer not calculations e.g effort = 78.90 pm , cost = Rs. 56 etc. |
|
Answer» Check with disk management as often there is just unallocated space not being USED and you keep formatting the small partition. If disk management sees the entire drive the delete all the existing partitions and then create a new ONE USING the full capacity. I can see there's disk space unallocated just as you said. |
|
| 2470. |
Which memory has the highest speed? 1.register 2. Cache 3.main memory 4.secondary memory |
|
Answer»
Fastest memory is cache memory. Registers are TEMPORARY memory units that STORE data and are located in the PROCESSOR, instead of in RAM, so data can be accessed and stored FASTER.
|
|
| 2471. |
To use number pad key should be kept on |
|
Answer» Answer: If you WANT to activate NUMBER pad you just need to on num lock on RIGHT hand side of the keyboard. It will act like a lock for using the number pad if you switched off num lock then you won't be able to USE the numbers. |
|
| 2472. |
Q15: From thefollowing options findout the correct optionfor the advantages ofGraphical UserInterface.a. Centralized services,security is managed throughthe server, regularmaintenance and updates,b. Resource sharing, Fastexchange of data, If one sitefalls remaining sitescontinues operationsc. Powerful features forcreating multimedia, Variousinput/output devices can beattached, Multitasking,d. Batch Processing, Singleuser - Multi user, DiskOperating System, CharacterUser Interface. |
|
Answer» Answer: nd snfns. s msg R the year old GIRL and her HUSBAND is a great DAY of school and her husband is a great day of school and her husband |
|
| 2473. |
Today's computer science question let's see who is the actual brainliest to answer this wrong answers will worstly be reported so think before you answer ityour question is the following pattern given in the following picture in the Java programYour time starts now |
|
Answer» class PROG { VOID main() { int i,j; for (i=5; i>=1; i--) { for(j=5; j>=i; j--) { System.out.print(j+" "); } System.out.println(); } } } |
|
| 2474. |
Linux is a/an..... 1.operating system 2. System software 3. Freeware 4.all of the above |
|
Answer» HEYA HERE IS YOUR ANSWER....!! OPERATING SYSTEM |
|
| 2475. |
Which of the following is open source software? a) Ms office b) SQL c) Photoshop d) Linux |
| Answer» | |
| 2476. |
Q 12: Software whichis specificallydesigned to damage,disrupt, steal orillegitimate action ondata, host or networkis called_______.a. Trojanb. Antivirusc. Malwared. Worms |
| Answer» | |
| 2477. |
Application on a PC are managed by the operating system. write true or false |
|
Answer» Answer: applications on the PC are manage by the operating SYSTEM it is the correct STATEMENT (TRUE). |
|
| 2478. |
While in the patient lookup screen a red “!” (exclamation Point) next to the patients nameindicatesa. That the Patient is web –enable through the Patient portalb. That the Patient is enabled for E-Clinical Messenger (voice /digital recordedmessenging)c. That there is billing alert for this Patient |
|
Answer» bnklhcccvvvbnkhxxzzzzzzzzz |
|
| 2479. |
An important task performed by the operating system that keeps track of the files stored on a PC so that they can be retrieved when needed is are:1. file management 2. file listing 3. file recovery4. storage drives please give me answer right |
|
Answer» 1) FILE MANAGEMENT is the answer |
|
| 2480. |
What is email ? I need it...... |
|
Answer» EMAIL is a ELECTRONIC MAIL |
|
| 2482. |
What is virus? What are write the four types of virus in detail? |
|
Answer» A VIRUS is a BIOLOGICAL agent that REPRODUCE inside LIVING HOST. |
|
| 2483. |
Explain the termsData samplingDimensionality reductionNoise cleaningDiscretizationWith respect to the topic data mining |
|
Answer» ALNPR3083N LENS and JERRY to be PART of in a SOCIETY not SURE if you can |
|
| 2484. |
Write a short program to print following series:1,-4,7,-10......-40 |
|
Answer» to print this write this in excel PROGRAM an follow it through a series by CLICKING plus BUTTON series will come and print it |
|
| 2485. |
Print('10'+'20') will give the output. |
|
Answer» Answer: The output will be 1020 as GIVEN in the attachment. Explanation: It will not get the sum of NUMBERS (10 and 20) until you declare them as int. Hence, it will give you the numbers as it is within the quotes. {Hope it HELPED you...} {Kindly MARK as Brainliest...} |
|
| 2486. |
......................is the electronic version of junk mail. |
|
Answer» Spam is the electronic version of “JUNK mail.” The TERM spam REFERS to UNSOLICITED, often unwanted, email messages. |
|
| 2487. |
............ Means unauthorizee selling of software for temporary use |
|
Answer» Hey mate!!!! here's ur answer Explanation: Segregation MEANS unauthorised selling of software for TEMPORARY USE.... hope it helps you .... ... ... thnk U.... |
|
| 2488. |
All deleted material could not be stored from recycle bin state true or false.explain why |
Answer» MARK it as BRAINLIST ANSWER ❤️ |
|
| 2489. |
in the __________ page orientation the height of the document will look like when it will be printrd. |
|
Answer» in the PORTRAIT page ORIENTATION the HEIGHT of the document will LOOK like when it will be printed |
|
| 2490. |
All deleted material could not be stored from recycle bin state true or false |
|
Answer» Answer: Bruh Explanation: |
|
| 2491. |
Taskbar properties cannot be changed in Windows .state true or false |
|
Answer» Answer: this statement is TRUE.... |
|
| 2492. |
Links are example of single user operation system true or false |
|
Answer» true Explanation: |
|
| 2493. |
Task bar properties cannot be changed in Windows |
|
Answer» No it can be changed in the task bar settings. Your QUESTION is INCOMPLETE buy i TRIED my best. mark BRAINLIEST |
|
| 2494. |
The_________________statement is used to assign values to variables in a program.OPTIONSA IFB LETC Relationalplease choose the option from the above and write only a word |
| Answer» | |
| 2495. |
Please type the answer |
|
Answer» Answer: WAN (wide AREA network) Explanation: A wide area network is used extensively between countries (e.g. between STUDENTS in different SCHOOLS in different countries). |
|
| 2496. |
Does MICR ,work like a photocopier machine |
|
Answer» Explanation: MICR is an acronym for Magnetic Ink Character Recognition. MICR toner is a specialized type of printing for encoding, READING, and sorting CHECKS and deposit slips. ... Using special toner, each font character is magnetically charged and read by high-speed MACHINES, which convert the MICR into DIGITAL data. |
|
| 2497. |
Does MICR work like a photocopier machine true or / false |
|
Answer» False Explanation: |
|
| 2498. |
The feature has changed the typed message with another person on the Internet instantly |
|
Answer» INSTANT mesaaging Explanation: |
|
| 2500. |
Q13. Write a graphic program to draw the following figure in qb64 |
|
Answer» eddcvv GO) gggggggg vbbbnnnn |
|