Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) List at least three things that a running process might do that would cause the scheduler not to move it to the ready state when it stops running.
2 7579Measurements of a certain system have shown that the
average process runs for a time T before blocking
on I/O. A process switch requires a time S, which is
effectively wasted (overhead). The CPU’s efficiency is
the fraction of its time its spends executing user
programs, i.e., executing user processes. For round robin
scheduling with quantum Q, give a formula for the CPU
efficiency for each of the following:
(a) Q = ∞
(b) Q > S + T
(c) S
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
6 10628How to find which CAS server is serving the OWA request from internal clients when CAS servers are configured in NLB
2 16954void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31100enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
TCS,
4 8192which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
7 9189int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12458
Explain static method?
Why do we need windows on the computer?
What is abap and sap?
How would you go about verifying the network name that the local_listener is currently using?
Describe the process of extracting data from source systems using SAP BODI. What are the key steps involved?
What is a applicative?
how can we sync the nodes with administration server in weblogic.
How to enable lazy loading?
Explain how does ad rank impact cost-per-click?
Why are we using blob datatypes in jdbc?
Why is it called boolean?
What is an example of strong artificial intelligence?
What are two launch modes for activities?
Can some one help me with the QTP 9.0 single seat license. pls send it to sandeepkumarsingh@hotmail.com
What is a fix pack?