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.
| 5502. |
C level language is a ___ level language |
|
Answer» ong>ANSWER: Middle level LANGUAGE because it actually binds the gap between a machine level language and high-level LANGUAGES |
|
| 5504. |
____________ symbol is used to terminate each Statement of C |
|
Answer» ong>Answer: SYMBOL is ; |
|
| 5505. |
27. The .... is responsible for theoverall control of the database.(1 Point) |
|
Answer» ONG>ANSWER: Explanation: because computer is DATABASE |
|
| 5506. |
Visual basic 2010 runs on the ______ |
|
Answer» ong>Answer: In COMPUTER programming, a VISUAL Basic Extension (COMMONLY abbreviated VBX) or CUSTOM control, was the component model used in Microsoft Visual Basic versions 1.0 to 3.0. It is still supported in the 16-bit version of version 4.0, but was MADE obsolete by OCXs. You can see in this |
|
| 5507. |
ਕੀ ਸੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਡੈਂਟੀ ਫਾਇਰ ਦਾ ਪਹਿਲਾ ਅੱਖਰ ਅੰਡਰਸਕੋਰ ਹੋ ਸਕਦਾ ਹੈ |
|
Answer» ong>Answer: tuc PUNJABI HO......... mein v punjabi aa JI hor kidaaa..... |
|
| 5509. |
.It gives the cell reference using the combination of columns and row headings |
|
Answer» ong>Answer: cell references Explanation: A1 Cell References The A1 cell REFERENCE is a combination of column and ROW headings to which the cell belongs - a column letter is followed by a row number. By DEFAULT, column and row headings are DISPLAYED at the top and at the left of a worksheet (see How to: Show and HIDE Row and Column Headings). |
|
| 5510. |
There is no Hierarchical order for operators |
|
Answer» ong>Explanation: PRECEDENCE RULES determine the order in which MATLAB evaluates an expression. .It is RECOMMENDED that you use PARENTHESES to explicitly SPECIFY the intended. |
|
| 5511. |
Convert 11011110101110 2 to hexadecimal. |
|
Answer» ONG>Answer: 37AE Explanation: |
|
| 5512. |
Question1. Design a class PrimePalinGen to generate prime palindrome numbers. [ A number is said to be prime palindrome if the number is a prime as well as a palindrome number ] [ Prime number: A number having only two factors i.e. 1 and itself ] [ Palindrome number: A number which is same as its reverse ] Example: 11(where 11 is a prime number and a palindrome number) Some of the members of the class are given below: [10] Class name : PrimePalinGen Data members/instance variables: start : to store the start of range end : to store the end of range Methods/Member functions: PrimePalinGen (int a, int b) : parameterized constructor to initialize the data members start=a and end=b int isPrime(int i) : returns 1 if the number is prime otherwise returns 0 int isPalin(int i) : returns 1 if the number is a palindrome otherwise returns 0 void generate( ) : generates all prime palindrome numbers between start and end by invoking the functions isPrime() and isPalin(). Specify the class PrimePalinGen giving details of the constructor( ),int isPrime(int), int isPalin(int) and void generate( ). Define a main( ) function to create an object and call the functions accordingly |
|
Answer» ONG>Explanation: Find the value of m so that the QUADRATIC equation px^2 + (p – 1) x +(p – 1) = 0 has equal roots. |
|
| 5513. |
from the given line find an example of homonym and homophone each. He could not see the players clearly from the sport he was sitting in the ground . |
|
Answer» ONG>Answer: see HOMOPHONE sea Explanation: cannot find the RIGHT answer |
|
| 5514. |
9.ਸੀ ਭਾਸ਼ਾ ਵਿੱਚ ਇੱਕ ਕੈਰ ਡਾਟਾ ਟਾਈਪ ਹਮੇਸ਼ਾ ਇੱਕ ਬਾਈਟ ਦਾ ਹੁੰਦਾ ਹੈ । / In C language a char data type always occupies one byte ./ C भाषा में एक कैर डेटा प्रकार हमेशा एक बाइट होता है। * ਸਹੀ True सहਗਲਤ False गलत |
|
Answer» ong>ANSWER: Explanation: please mark me as a BRAINLIEST and follow me |
|
| 5515. |
Q• Basic raw material is broken into several useful materials in manufacturing business type:- (A) analytical(B) synthetical(C) processing |
|
Answer» ONG>ANSWER: (B) - SYNTHETICAL is badice raw MATERIAL |
|
| 5516. |
Which header file is used to setup Math library?) |
|
Answer» ong>Answer: math.h h is a header FILE in the STANDARD library of the C programming language designed for basic MATHEMATICAL operations. Most of the functions INVOLVE the use of floating POINT numbers. |
|
| 5517. |
Which of the following variable name isincorrect. OSUMinterest_paidO paidO roll-no |
|
Answer» ong>ANSWER: Explanation: follow Kar do YRRRR |
|
| 5518. |
Difference between conditionaloperator and if else statement |
|
Answer» ong>Answer: Answer:The difference is the TERNARY operator is an EXPRESSION where as an if-then-else is a statement. The BASIC difference is an expression returns a value and a statement doesn't so the ternary operator can be used in places that an if statement can't |
|
| 5519. |
Semicolon is a declaration delimite true or false |
Answer» TRUE
|
|
| 5520. |
5. What is the purpose of the keyword super? |
|
Answer» align="absmiddle" alt="\sf{\underline{\underline{\LARGE{\bold{Answer}}}}}" class="latex-formula" id="TexFormula1" src="https://tex.z-dn.net/?f=%5Csf%7B%5Cunderline%7B%5Cunderline%7B%5Clarge%7B%5Cbold%7BAnswer%7D%7D%7D%7D%7D" TITLE="\sf{\underline{\underline{\large{\bold{Answer}}}}}"> The super keyword REFERS to SUPERCLASS (parent) objects. It is used to call superclass methods, and to ACCESS the superclass constructor. The most common use of the super keyword is to eliminate the confusion between superclasses and subclasses that have methods with the same name. |
|
| 5521. |
(Which character is represented by \t in C Language |
|
Answer» e of escape sequences Escape sequenceHex value in ASCIICharacter represented\t09Horizontal Tab\v0BVertical Tab\\5CBackslash\'27Apostrophe or SINGLE QUOTATION MARK hope it will be useful please FOLLOW me and mark mi as brainleast |
|
| 5522. |
9.ਸੀ ਭਾਸ਼ਾ ਵਿੱਚ ਇੱਕ ਕੈਰ ਡਾਟਾ ਟਾਈਪ ਹਮੇਸ਼ਾ ਇੱਕ ਬਾਈਟ ਦਾ ਹੁੰਦਾ ਹੈ । / In C language a char data type always occupies one byte ./ C भाषा में एक कैर डेटा प्रकार हमेशा एक बाइट होता है। * ਸਹੀ True सहीਗਲਤ False गलत |
|
Answer» ONG>Answer: false hope it will be USEFUL PLEASE follow me and mark MI as BRAINLEAST |
|
| 5523. |
In ____________ is present in the form of holes |
|
Answer» ong>Answer: Both electrons and holes are present in any semiconductor substance. Electrons FLOW from MINUS to plus, and holes "flow" from plus to minus. The more abundant CHARGE CARRIERS are CALLED majority carriers; the less abundant are called minority carriers. plz follow me.. |
|
| 5524. |
Digital method is also known as |
|
Answer» ong>Answer: MODULATION method Explanation: FOLLOW me Mark as brainlist Give THANKS to all my answers |
|
| 5525. |
4. Explain the switch statement with an example. |
|
Answer» ch statement in C tests the value of a variable and compares it with multiple cases. Once the case match is found, a block of statements associated with that particular case is EXECUTED. ... If a case match is NOT found, then the DEFAULT statement is executed, and the CONTROL goes out of the switch block. If this helps you then PLEASE mark me as BRAINLIEST. |
|
| 5526. |
. ਸੀ ਭਾਸ਼ਾ ਦੀ ਸਟੇਟਮੈਂਟ ਦਾ ਅੰਤ ਕਰਨ ਲਈ ________ ਚਿੰਨ੍ਹ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ਹੈ। |
| Answer» ONG>Answer: | |
| 5527. |
Which character represented by /the in c language |
| Answer» LANGUAGE \t REPRESENTS TAB | |
| 5528. |
C भाषा में \t किस प्रतीक का प्रतिनिधित्व करता है? |
|
Answer» ong>ANSWER: Tab Explanation: |
|
| 5529. |
The text with special instruction in HTML is called ___________. |
|
Answer» ONG>Answer: Tag Explanation: A tag in html is instruction GIVEN to render something on the web PAGE. |
|
| 5530. |
(Which character is represented by \t in C Language?/ |
| Answer» ONG>Answer: | |
| 5531. |
WAP to create a list of 20 numbers find the sum of list and print it along with the list properly. |
|
Answer» EVAL(input("Enter 20 ELEMENTS that you want to be added: "))
PRINT() print("Your list of numbers: ", L) s = 0 for i in l: s = s + i print() print(s, "is the SUM of all the elements in the list.") Once the user inputs 20 numbers, a loop is started. The range given is the list, which means it includes all the numbers in the list. The changing variable 'i', takes up all the values and adds it to a sum variable. |
|
| 5532. |
Which character is represented by/t c |
|
Answer» ong>ANSWER: Tab is the CHARACTER which is REPRESENTED by \t in C. |
|
| 5534. |
write an algorithm to find the sum of first 50 natural number along with algorithm python program |
| Answer» ONG>Answer: | |
| 5535. |
7. ਓਪਰੇਟਰ ਦੀ ਕੋਈ ਦਰਜਾਬੰਦੀ ਨਹੀਂ Jet / There is no Hierarchical orderforOperators./ ऑपरेटर्सके लिए कोई पदानुक्रमित (दर्जाबंदी) आदेश नहींहै।O लेनीवप्ठ Logical लॉजिकलO विप्लेप्सठल relational रिलेशनलO नठठप्त General जनरलवेष्टी ही ठीं None of These इनमें से कोईनहींO O |
|
Answer» ONG>ANSWER: I don't know what your question ASK again |
|
| 5536. |
Write the java expression for the following. SI = PRT/100 where SI is simple interest, P is Principal, R is rate and T is time. |
|
Answer» Simple Interest = (P × R × T)/100 P is Principal amount. R is rate PER annum. T is time in years. For example: Let’s say a man deposit 2000 INR in bank account at a interest rate of 6% per annum for 3 years, calculate the simple interest at the end of 3 years. Simple interest = 2000*6*3/100 = 360 INR Java Program to calculate simple interest In the following example we are taking the values of p, r and t from user and then we are calculating the simple interest based on entered values. I HOPE IT HELPS ☺️ FOLLOW ME DUDE (◍•ᴗ•◍)❤ |
|
| 5537. |
C Language is ____ level language? / C |
|
Answer» ong>ANSWER: C Language is ____ level language? Results in English स लैंग्वेज इस ____ लेवल लैंग्वेज हिन्दी में नतीजे C has been standardized by the ANSI since 1989 (ANSI C) and by the International Organization for Standardization (ISO). As of SEPTEMBER 2020, C is the most popular programming language. C is an imperative procedural language. |
|
| 5538. |
19. ਸੈਮੀਕੋਲਨ ਇੱਕ ਡਿਕਲੇਰੇਸ਼ਨ ਦਾ delimiter ਹੁੰਦਾ ਹੈ। / Semicolon is a declaration delimiter./ सेमीकालन एक डिक्लेरेशन का delimiter होता है । * ਸਹੀ True सहीਗਲਤ False गलत |
|
Answer» ONG>ANSWER: true Explanation: check in google is RIGHT |
|
| 5539. |
Which text editor you should not use for writing HTML code? |
| Answer» | |
| 5540. |
/ ________ प्रतीक का उपयोग C भाषा कथन को समाप्त करने के लिए किया जाता है। |
|
Answer» ONG>EXPLANATION: एक सी कार्यक्रम में, अर्धविराम एक बयान टर्मिनेटर है। यही है, प्रत्येक व्यक्तिगत बयान को अर्धविराम के साथ समाप्त किया जाना चाहिए। यह एक तार्किक इकाई के अंत का संकेत देता है |
|
| 5541. |
A) How LAN is different from MAN! b) Write the steps to open Microsoft Access 2010.c) What is Photoshop? Write two of its features.tool and Move tool. |
|
Answer» ong>Answer: A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A MAN (metropolitan area network) is a larger network that usually spans several buildings in the same CITY or town. -- Click “Start” button then “All PROGRAMS” and bring your MOUSE pointer to Microsoft Office and lastly click on “Microsoft ACCESS” Click “Start” button then click on “Run” and type “Msaccess” and lastly click “Ok”. ----Adobe Photoshop is a raster graphics editor developed and published by Adobe Inc. for Windows and macOS. It was originally created in 1988 by Thomas and John Knoll. Since then, the software has become the industry standard not only in raster graphics editing, but in digital art as a whole |
|
| 5542. |
Wich bottom is press to display hyperlink fields in a word document? |
|
Answer» ONG>Explanation: 19. ਸੈਮੀਕੋਲਨ ਇੱਕ ਡਿਕਲੇਰੇਸ਼ਨ ਦਾ delimiter ਹੁੰਦਾ ਹੈ। / Semicolon is a DECLARATION delimiter./ सेमीकालन एक डिक्लेरेशन का delimiter होता है । * ਸਹੀ TRUE सही ਗਲਤ FALSE गलत |
|
| 5543. |
22. A technique by which the vertical and/or horizontal scan frequency of video signal can be changed for different purpose and applications is called(A) Scan conversion(B) Polygon filling(C) Two dimensional graphics(D) Antialiasing |
|
Answer» ong>Answer: |
|
| 5544. |
What is oriented programing |
|
Answer» ong>ANSWER: Object-oriented programming (OOP) is a programming language model organized around OBJECTS rather than "ACTIONS" and DATA rather than logic. Historically, a program has been viewed as a logical procedure that takes INPUT data, processes it, and produces output data. |
|
| 5545. |
Mutlimedia is combination of how many words ? |
|
Answer» ong>ANSWER: TWO words Explanation: The TERM multimedia constituents of two words, „MULTI‟ and „medium‟. Multi refers to many i.e. at least two. MEDIA is the plural of medium. |
|
| 5546. |
Grayscale is used it |
|
Answer» ong>Answer: In digital photography, computer-generated imagery, and colorimetry, a grayscale or image is one in which the value of each pixel is a single sample representing only an amount of light; that is, it carries only intensity information. ... Grayscale images have many shades of gray in between.Grayscale images can be the result of MEASURING the intensity of light at each pixel according to a particular weighted combination of frequencies (or wavelengths), and in such cases they are monochromatic proper when only a single FREQUENCY (in practice, a narrow band of frequencies) is captured. The frequencies can in PRINCIPLE be from anywhere in the electromagnetic spectrum (e.g. infrared, visible light, ultraviolet, ETC.). |
|
| 5547. |
Write aprogram tofind areaprogramsof triangle |
|
Answer» ONG>Answer: 1/2×b×h Explanation: |
|
| 5548. |
Python is an interpreted high level language. What does it mean for you? |
|
Answer» ong>Explanation: Python is an “interpreted” language. This means it uses an interpreter. ... That's why python shows only ONE error message even THOUGH your code has multiple errors. This will HELP you to clear errors easily and it definitely will increase the execution speed....... |
|
| 5549. |
3. Write 5 points differentiate between prefix and postfix increment operators |
|
Answer» ong>Answer: SYMBOL is used to terminate each statement of C languageanswer |
|
| 5550. |
. stdio.h ਦਾ ਪੂਰਾ ਰੂਪ ਨਾਂ ਕੀ ਹੈ? |
| Answer» ONG>Answer: | |