1.Capacity: 64GB to 256GB. 2.Splash,Water and Dust Resistant: Yes. 3.Display: a.It has Retina HD display. b.The screen is ‘4.7-inch (diagonal) widescreen’and LCD Multi-Touch display with “IPS technology”1334-by,750,pixel resolution at 326 ppi. c.It aslo has “1400:1 contrast ratio (typical)”. 4. Camera: a.It has “12MP wide-angle and telephoto cameras”, with ƒ/1.8 aperture and “Wide-angle: ƒ/1.8 aperture”-“Telephoto: ƒ/2.8…
Join my Youtube Channel and Weekend session
Basics of English
To learn English language, basic knowledge of it is very important: Noun(संज्ञा ) Pronouns(सर्वनाम) Adverbs(क्रिया विशेषण) Proverbs
NETWORK TOPOLOGY
Network Topology A network topology is the arrangement of a network, including its nodes and connecting lines. There are two ways of defining network geometry: the physical topology and the logical (or signal) topology TYPES OF NETWORK TOPOLOGY Bus Topology STAR Topology RING Topology MESH Topology Bus Topology A bus network topology is a network in…
Window Installation Steps
Step-1 Enter your computer’s BIOS. Turn off the computer that you want to install Windows on then turn it back on. When the BIOS screen appears or you are prompted to do so, press F2, F10 (depending on your computer’s motherboard) to enter the system BIOS. The key to enter the BIOS is usually shown on the screen. Step-2…
Oracle Exalogic
Important actions required, when performing acivity on updating or replacing the faulty IB Switches: Take the Control Stack Backup of your EXALOGIC Rack create Exalogs (Exalog Generation) Peform the IB Diagnet Logs Backup take the IB Switch Backup (you should take backup of both the switches) Deregister the IB Switch which is faulty from Control…
Computer Networks.
A.There are three types of computer networks: 1) LAN-local area network. 2)MAN-metropolitan area network. 3)WAN-(wide area network). 1.LAN- (local area network) is a group of computers connected together and are within a small room or building is called local area network.In a LAN ideally computers are connected using network cables(copper wires connected with RJ45 connectors),with…
Computer’s Basics.
1.The Basic: what is a computer machine?? A computer is an electronic device that process into useful information. =================================================================================== what is data? The raw facts and figures (numbers) that convey no information is called a data. example: a, red ,cost, car this all is raw form. =================================================================================== what is Information? The processed facts and figures…
Tips and Tricks – Oracle fussion middleware
Check ssl/tls security settings for your Oracle Weblogic, forms, reports jdk 1.7.0_80 – sslv3 is disabled by default To verify this, we can look for java.security file, which is under path <java_home>/jre/lib/security directory. jdk.tls.disabledAlgorithms=SSLv3 Oracle Reports – Logs for any runtime issues with reports, when running from form (like – from the qms report launch…
BCA 1st Sem Question Paper (2017)
OFFICE AUTOMATION TOOLS BCA-0105 TIME-3Hours} …
Learn Coding
Hi Friends, I am Vishal sharma, I will be posting detailed notes on Computer programming and basic concepts on coding, so stay tunned here with me…. Example html code: <html><head><title> My first website page </title> </head> <body> web page contenst goes here </body> </html> Sample c programm