| Resource Type | Posted On |
| Functional decomposition technique can be used to implement - Select option | Dec 15 |
| Are triggers used with the SELECT statement? | Dec 21 |
| Why does excel display number signs(###) in a cell? | Jan 20 |
| Which statement(s) is used to rethrow an exception? - Select option | Nov 18 |
| Which of the following is the general form of using an exception specification? ... | Jan 18 |
| Which is used to read a line of text with blanks? - Select option | Mar 10 |
| What is the output modes used in 8279? | Feb 09 |
| What are the modes used in keyboard modes? | Jan 04 |
| What are the modes used in display modes? | Mar 31 |
| What are the various flags used in 8085? | Oct 13 |
| Which Stack is used in 8085? | Apr 22 |
| Which interrupts are generally used for critical events? | Aug 12 |
| string is a - Select option | Feb 11 |
| Write expression using operator keywords for (a!=b) > (~(a & b)&=(a^b)) | Dec 15 |
| Operator overloading is necessary because - select option | May 22 |
| Which overloads a unary minus operator and returns no values - Select option | Mar 21 |
| C++ Templates support the concept of - Select option | Sep 23 |
| Which is NOT true about Templates? - Select option | Oct 27 |
| Identify the correct syntax for declaring a dynamic array of characters using th... | Apr 11 |
| Which system is used to identify/track/monitor the individual knowledge and skil... | Feb 25 |
| Write an algorithm for Deleting an element from the circular queue using array i... | Oct 11 |
| Which of the following programming approach used functions as a key concept to p... | Jul 28 |
| Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
| Name the library that must be included while using cin | Nov 13 |
| Inserting an element into the stack using array in dfs (data file structure) | Dec 20 |
|
| Write an algorithm for Inserting an element into the queue using array in dfs | Nov 08 |
| Write an algorithm for Deleting an element from the queue using array in dfs | Nov 28 |
| Select true option for A friend function | Nov 03 |
| The default constructor for class A is - select option | Sep 30 |
| Consider the following code segment and select one of the option | Oct 27 |
| How would you select group of worksheets? | Jan 20 |
| Will SELECT SUM(LASTNAME) FROM CHARACTERS query work? | Dec 21 |
| Distinguish between Select query and Action Query, Database and Table, Filter an... | Jan 20 |
| Differentiate between select Query & parameter Query. | Jan 20 |
| Data flow diagram is also known as - Select option | Dec 15 |
| How to select records? | Dec 15 |
| Using the CHECKS table, write a query to return all the unique remarks | Dec 21 |
| Using today's TEAMSTATS table, write a query to determine who is batting under... | Dec 21 |
| What is a cell reference? How many different types of cell references exist?... | Jan 20 |
| How can you select a row, a column or an entire sheet in Excel? | Jan 20 |
| What will SELECT COUNT(*) FROM TEAMSTATS; query return? | Dec 21 |
| What will SELECT SUBSTR LASTNAME,1,5 FROM NAME_TBL; query retunr? | Dec 21 |
| When using the HAVING clause, do you always have to use a GROUP BY also? | Dec 21 |
| Can you use ORDER BY on a column that is not one of the columns in the SELECT st... | Dec 21 |
| Can savepoints be used to "save off" portions of a transaction? Why or why not? | Dec 21 |
| Can a COMMIT command be used by itself or must it be embedded? | Dec 21 |
| Will using a savepoint in the middle of a transaction save all that happened bef... | Dec 21 |
| What would happen if you created a table and granted select privileges on the ta... | Dec 21 |
| If you own a table, who can select from that table? | Dec 21 |
| What SELECT COUNT(LASTNAME) FROM CHARACTERS; will return? | Dec 21 |