InterviewSolution
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.
| 19701. |
Q1. A university registrar’s office maintains data about the following entities: (a) Courses, including number, title, credits, syllabus, and prerequisites; (b) Course offerings, including course number, year, semester, section number, instructor(s), timings, and classroom; (c) Students, including student-id, name, and program; and (d) Instructors, including identification number, name, department, and title. Further, the enrollment of students in courses and grades awarded to students in each course they are enrolled for must be appropriately modeled. (i) Construct an E-R diagram for the registrar’s office. Document all assumptions that you make about the mapping constraints. (ii) Also convert the ER diagram into a relational database schema. Be certain to indicate primary keys and referential integrity constraints. |
|
Answer» ong>Answer: Explanation: Answer: Step-by-step explanation: Given :- A wire bend in form of square of side 30 cm. Then wire is again bend in form of rectangle of length 35 cm. To FIND :- Width of the rectangle. Solution :- Here, Concept is : If we are bending wire in form of square than again bending it in rectangle. Than, perimeter of square will equal to perimeter of rectangle because we are not increasing length of wire by one measure we are bending it in square and rectangular shape. So, Perimeter of square = 4 × side ⟶ Perimeter = 4 × 30 ⟶ Perimeter = 120 Thus, Perimeter of square is 120 cm. According to concept, Perimeter of square and perimeter of rectangle are equal. So, Perimeter of rectangle is 120 cm. Let, Breadth or width or rectangle be x cm. We KNOW, Perimeter of rectangle = 2(Length + Breadth) ⟶ 120 = 2×(35 + x) ⟶ 120 = 70 + 2x \⟶ 120 - 70 = 2x ⟶ 50 = 2x ⟶ 50/2 = x ⟶ x = 25 We take, Width of rectangle be x. Therefore, Width of rectangle is 25 cm. |
|
| 19702. |
Comment on the following const int *ptr; |
|
Answer» ONG>Explanation: Que. COMMENT on the following. const int *ptr; a. You cannot change the value POINTED by ptr b. You cannot change the POINTER ptr itself c. You May or maynot change the value pointed by ptr d. You can change the pointer as well as the value pointed by it |
|
| 19703. |
Drive an expression of rectangular components of electric intensity due to a point charge |
|
Answer» ONG>Answer: 0000000000000000 please MARK me as a BRAINLIAST |
|
| 19704. |
The process is in state when, the process is waiting for an I/O completion or reception of a signal. |
|
Answer» ong>ANSWER: READY - The PROCESS is waiting to be assigned to a processor. RUNNING - Instructions are being executed. WAITING - The process is waiting for some EVENT to OCCUR(such as an I/O completion or reception of a signal). TERMINATED - The process has finished execution. Explanation: Hope this answer is HELPFUL to u and give me thanks and take thanks please follow also &please mark me as brainlist. |
|
| 19705. |
State the output of = round (75.469;2) |
|
Answer» ONG>Answer: 75.47 Explanation: |
|
| 19707. |
Using a word processor explain the steps to send a same letter to many person |
|
Answer» ong>EXPLANATION: Microsoft Word is a word processing program used for writing LETTERS, memos, reports and paper presentations. Microsoft EXCEL is a spreadsheet program used for calculations, making charts and recording data about all sorts of BUSINESS processes. where is the letter?? |
|
| 19708. |
Write a program on one file to another file |
|
Answer» ong>Answer: nclude #include main() { CHAR ch, source_file[20], target_file[20]; FILE *source, *target; PRINTF("Enter name of file to copy\n"); gets(source_file); |
|
| 19709. |
What is mean by system? |
|
Answer» ong>ANSWER: a SET of things working together as parts of a mechanism or an INTERCONNECTING NETWORK; a complex whole. |
|
| 19710. |
The given set of instructions executed consecutively is called |
|
Answer» ONG>Answer: the GIVEN set of INSTRUCTIONS executed consecutively is straight LINE sequencing |
|
| 19711. |
How many margins are there in calc?a)6b)2c)3d)4 |
|
Answer» ONG>Explanation: 6 HOPE IT HELPS...MARK AS BRAINLIEST |
|
| 19712. |
Which of these charts does not exist in MS Excel इनमें से कौन सा चार्ट MS Excel में मौजूद नहीं हैSelect oneO A ScatterबिखरावB. LineC DoughnutOD.Graph |
|
Answer» ONG>ANSWER: Answer is A SCATTER बिखराव |
|
| 19713. |
What is the standard terminal symbol for a flowchart? |
|
Answer» ong>Explanation: TERMINAL Symbol indicates the beginning or end of a flowchart. This symbol usually has the TEXT “Start” or “End”. |
|
| 19714. |
1o create a cost category which feature has to active. कारटकेटेगरी बनाने के लिए किस फीचर को सक्रिय करना होता है-A Maintain cost category(B) Maintain cost class.Maintain cost centre(D) Maintain cost centre class |
|
Answer» ONG>ANSWER: Maintain COST class Explanation: HOPE its help you. please mark me as brainlit |
|
| 19715. |
write a python program to calculate the total number of characters (include spaces, except vowels) in a string entered by user |
|
Answer» ONG>ANSWER: fujtryjoookbuyhjjhrryoknff |
|
| 19716. |
Which is most appropriate comment on following class definition Class student { int a; public: float a; }; |
|
Answer» ong>Answer: Discussion Forum Que. Which is most APPROPRIATE comment on following class definition : class Student { int a; public : FLOAT a; }; b. Error : Public must COME first c. Error : data types are different for same variable d. It is correct Answer:Error : same variable name can't be used twice |
|
| 19717. |
The _____ tag is used to define caption for the table. |
|
Answer» ONG>ANSWER: The HTML |
|
| 19718. |
Draw the Logic Circuit for the following Boolean Expression: AB + (( A+B’ )B)’ |
|
Answer» >Begin with the inputs A and B. |
|
| 19719. |
Draw & write the molecular formula of water: |
|
Answer» ong>ANSWER: |
|
| 19720. |
To merge two or more columns of table ____ attribute is used. |
|
Answer» er:The colspan attribute is USED to MERGE TWO or more COLUMNS of table Explanation: |
|
| 19721. |
Are transparent Page's |
| Answer» | |
| 19722. |
What are comments? Write its significance and types with example. |
|
Answer» ONG>ANSWER: here is your answer mate OK bye |
|
| 19723. |
_____ gives the final output of the program (a) Loader(b) Text editor(c) Translator(d) Linker |
|
Answer» ONG>ANSWER: linker because they lick each other |
|
| 19724. |
Name a method to convert decimal numbers to binary |
|
Answer» ong>ANSWER: The most popular way to convert a decimal number into the binary is the double dabble method. In this method, the given decimal number is PROGRESSIVELY divided by 2 and writing the REMAINDER after each division. When all the remainder is read in reverse ORDER, the binary number is obtained. |
|
| 19725. |
Find the output of the following program segment, when val=500.Sum = val > 650? 400 : 200;System.out.println(Sum); |
|
Answer» a)val=500 Execution: sum=1050>1750?400:200; Output: 200 b)val=1500 Execution: sum=(1500+550)>1750?400:200 sum=2050>1750?400:200; Output: 400 #HOPE it helps. by nivaskumar |
|
| 19726. |
Programming language is the set of predefined ______. (a) Alphabets (b) Digits (c) Words (d) Rules |
|
Answer» s the answer |
|
| 19728. |
Write a user-defined program to calculate the sum of elements of a list |
|
Answer» ONG>Answer: lst = [] num = INT(INPUT('How many numbers: ')) for N in range(num): numbers = int(input('Enter NUMBER ')) lst.append(numbers) print("Sum of elements in given list is :", sum(lst)
|
|
| 19729. |
Solve this match the following |
|
Answer» T UNDERSTAND YOUR WRITING |
|
| 19730. |
How to add anmination in libre office |
|
Answer» ong>Answer: APPLYING ANIMATION effectsSELECT the slide and the object (text box, image) you WANT to apply the animation effect to. In the Sidebar, select Custom Animation icon to open the Custom Animation SECTION. Select the animation effect types from one of the tabbed pages on the Custom Animation dialog. |
|
| 19731. |
Write a program with a user defined program with string as a parameter which replaces all vowels in the string with '*'. |
|
Answer» ong>Answer: 1. Write a program that PERFORMS the FOLLOWING operations on a string: (a) Prompt the user to input a string. (b) Extract all the digits from the string. (c) If there are digits in the inputted string: • Calculate and display the sum of digit. • Also display: ▪ The original string ▪ The digits ▪ The sum of the digits (d) If there are no digits: • Display the original string along with an appropriate message as “No Digits are present” Ans. str1 = input("ENTER the string: ") sum = 0 num = 0 if str1.isalpha() == False: for i in str1: if i.isdigit() == True: num =num*10 + int(i) sum += int(i) print("Original String: ",str1) print("Digits: ",num) print("Sum of digits is: ",sum) else: print("Original String: ", str1, "has no digit") 2. Write a program with a user-defined function with string as a parameter which replaces all vowels in the string with ‘*’. Ans. #Function to replace all vowels in the string with '*' def replaceVowel(ST): #Create an empty string newstr = '' for character in st: #Check if next character is a vowel if character in 'aeiouAEIOU': #Replace vowel with * newstr += '*' else: newstr += character return newstr #End of function st = input("Enter a String: ") st1 = replaceVowel(st) print("The original String is:", st) Computer Science with Python–XII 3.8 1. Write a user-defined function to calculate the area of a triangle. print("The MODIFIED String is:", st1) Explanation: please mark my answer as brainliest answer |
|
| 19732. |
Write a program for “Hello World”, using any programming language. |
|
Answer» ONG>ANSWER: Written in Python |
|
| 19733. |
What are the services offered by operating system? Enlist 2 system calls of each |
|
Answer» CORRECT answer Hope it's HELPFUL ✌️✌️
|
|
| 19734. |
Q. 20What is basic difference between Scenario Manager and Data table tools? |
|
Answer» ONG>Answer: .1 the best way for me to u to the following link unsubscribe in to see the EMAIL and delete the MATERIAL to any PERSON or persons or I WROTE in his first |
|
| 19735. |
Main Parts of Electric Wiring Plan |
|
Answer» ong>Explanation: Connection of different components and fixtures to the system. Power lines with DETAILS such as size, voltage, RATING, and capacity. Power TRANSFORMERS and also their WINDING connections. The MAIN switches, tiebreaker, and fused switches. |
|
| 19736. |
____________when clicked, perform some action |
|
Answer» ONG>A Call-To-Action BUTTON? Call-to-action (CTA) buttons..using perform some action on the web PAGE..
|
|
| 19737. |
What type of device is a digital camera?A. InputB. StorageC. SoftwareD. Output |
| Answer» ONG>Explanation: | |
| 19738. |
Whose appearance depends on image that we import on Canvas on Synfig? a. Layer b. Screen c. File d. Object |
| Answer» ONG>Answer: | |
| 19740. |
Which is the first computer in India? A. HEC-2MB. ENIACC. SZ 40/42D. Harwell CADET |
| Answer» | |
| 19741. |
What provides the change of living addition information a |
|
Answer» ong>Answer: all K do all WANT all all ha all all day L FL la all all all |
|
| 19742. |
Find the number You are given a string S of length N . The string S consists of digits from 1-9. Consider the string being to beYou need to divide the string into blocks such that the ith block contains the elements from the modelli - 12-1Trocne N, fi * X)) (both inclusive). A number is valid if it is formed by choosing exactly one dgt from ead blackthe digits in the order of their block number.For exampleIf the given string is '123456789' and X=3, the blocks formed are [123] [456] [789) Few valid umbes 1973but 124 and 396 are invalid.Among all the valid numbers that can be formed, your task is to determine the Kumbe falte unique vienenare sorted in ascending order.Input formatpor separated integers N. X. and K. |
|
Answer» CORRECT answer Hope it's HELPFUL ✌️✌️
|
|
| 19743. |
Convert (23D)16 to binary number |
| Answer» ONG>Answer: | |
| 19744. |
Is refferedgain10. Someonewho |
|
Answer» ONG>Answer: someone reffered gain. please mark as brainliest and FOLLOW me and give 10 THANKS ✌️✌️ |
|
| 19745. |
What is used to avoid error in entering data |
|
Answer» ong>Answer: Intelligent Character Recognition (ICR) and Optical Character Recognition (OCR) TECHNOLOGY, among other SIMILAR SOFTWARE tools, helps reduce the amount of work for your DATA entry employees by AUTOMATICALLY extracting data. |
|
| 19746. |
Name the tag that is used to represent largest heading |
|
Answer» ONG>ANSWER: Explanation: The HTML to
defines largest heading and |
|
| 19747. |
7. What is the output of the program? int main(){auto int a=11;{auto int a = 12;printf("%d ", a);}printf("%d", a);return 1;3 |
|
Answer» ong>Answer: >> int i, j, m; The variable i, j, m are declared as an integer type. >> j = a[1]++; becomes j = 2++; HENCE j = 2 and a[1] = 3. Hence the output of the PROGRAM is 3, 2, 15. |
|
| 19748. |
In which group of design tab is option to insert picture available?guys please fast |
|
Answer» ong>ANSWER: To do so , place the cursor in the location that you would like the image to appear and SELECT the "PICTURES" option FOUND in the "insert tab". In Word or Excel, this option can be found in the "illustrations" group. hope it HELPS you |
|
| 19749. |
How will you optimize a GIF in Pivot Stickfigure Animator?. |
|
Answer» ong>Answer: Make small movements between frames to make your animation smoother. - VARY the amount of MOVEMENT between frames DEPENDING on the speed of the figure. - For FIGURES that move, try to move each part of the figure to make the movements more fluid and realistic. - Make the figures slow down and speed up gradually. |
|
| 19750. |
Which among following is odd ?A. Floppy DisksB. CD/DVDC. BIOSD. SD DISK |
|
Answer» ong>Answer: BIOS. hope it is CORRECT |
|