Skip to main content

Mac OS Vs Android
















Mac OS Vs Android 
  



                   TYPE  
                 MAC 
             ANDROID 
Processor type and capabilities  
2.5GHz 
2.5GHz dual-core Intel Core i5 (Turbo Boost up to 3.1GHz) with 3MB L3 cache 
Allwinner A10 
1GHz Cortex-A8 


Operating system and its security and backup facilities   
OS X Mavericks 
Image 
Easy to use, amazing graphics  , OS X Mavericks is the world’s most advanced desktop operating system. It has the best security as compare to its competitor operating systems. 
    Android 4.3 
Image 
Ice cream sandwich 
with millions of free apps accessibility rate of getting free apps are much higher  
than as compared to MAC 
Mouse and keyboard specification  
Mac OS X provides keyboard access to operating system interface elements using the keyboard cursor. 

Mac OS X provides additional keyboard support features which are beneficial to some users:  
 . Click key sounds are also available  
to provide additional feedback when a key is accepted.  
Mouse Keys, which is designed to allow control of the mouse cursor from the keyboard.  


Keyboard and Mouse 
The PC automatically opens the “soft” keyboard on the screen if only a mouse is connected. If a hardware keyboard is connected the “soft”  
keyboard will disappear once the hardware keyboard is detected (it appears again automatically if the hardware keyboard is disconnected). 


Memory and the its technical specification  
4GB (two 2GB) of 1600MHz DDR3 memory 
Configurable upto 8GB or 16GB. 

512MB (Option 1GB) 

Configurable upto 8GB or 16GB 
Display and Graphics specification  

Intel HD Graphics 4000 

GPU 2D/3D/OpenGL ES2.0(AMD Z430)/ OpenVG1.1(AMD Z160)@27M  
Tri/sec 

Video Output 1920*1080P,720P,576P,480P,Super HD 2160P,3D Film 
Storage devices  
500GB (5400- rpm) hard drive 
Support External storage via USB host /Support External storage via  
TF card  

Network connectivity and speed  
Wi-Fi 
802.11n Wi-Fi wireless networking;3 IEEE 802.11a/b/g compatible 
Image 
Bluetooth 4.0 wireless technology 
Ethernet 
10/100/1000BASE-T Ethernet (RJ-45 connector 
Wireless 802.11b/g,  


WAPIRalink8188 
Option RJ45  


Other type of connectivity  

















Thunderbolt port (up to 10 Gbps) 
FireWire 800 port (up to 800 Mbps) 
Four USB 3 ports (up to 5 Gbps) 
HDMI port 
SDXC card slot 
Gigabit Ethernet port 
Audio in/out 
IR receiver 
Hardware connection 
Before connecting the power, connect the TV or LCD monitor to the HDMI port using the HDMI cable supplied. Set the TV/Monitor to HDMI mode.  
You can use a 2.4G wireless mouse and keyboard  

T-Flash CARD SD Card Slot to add T-Flash memory 
Mini USB OTG for data transfer from computer and to reinstall the operating system (OS). Can be converted to a standard USB2.0 Port using the adapter provided.  

USB Host  For pen drive, u-disk, mouse, keyboard, or external HDD etc  

Audio connectivity 























Audio line in minijack (digital/analog) Audio line out/headphone minijack (digital/analog) 
HDMI port supports multichannel audio output 
Support for Apple iPhone headset with microphone 
Built-in speaker 


Interfaces – TOSLINK Digital Audio optical,L/R analogue stereo output through 3.5 mm jack 
Codecs – MPEG-1/2 (layers 1, 2, 3), PCM, AC-3, AAC,Dolby Digital Plus 
Dual mono mode, Stereo down mixing 
Video connectivity 
Thunderbolt digital video output 
Native Mini Display Port output 
 DVI output using Mini Display Port to DVI Adapter (sold separately) 
VGA output using Mini Display Port to VGA Adapter (sold separately) 
Dual-link DVI output using Mini Display Port to Dual-Link DVI Adapter (sold separately) 

Quadruple DVB Tunner 
CVBS/Y Pb Pr (3.5mm jack) 
Tuner board connector 
RF IN/OUT (for DVB-S2) 
Codecs – MPEG-2 (SD/HD) MP@HL, H.264/AVC (SD/HD) HP@L4.2 up to 1080p/50, 1080p60 
Parallel decoding of two streams (one for output, second for recording) 
Resolution – PAL 576i, NTSC 480i, HD 720p, 1080i, 1080p 

Comments

Popular posts from this blog

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 4

Lesson 4: Understanding Web Applications 1. You are developing a Web page for a medium-sized business. You want to separate the formatting and layout of the page from its content. Which of the following technologies should you use to define the formatting and layout of the page content? a) Cascading Style Sheets (CSS) b) Hypertext Markup Language (HTML) c) JavaScript d) Hypertext Transmission Protocol (HTTP) Answer: a Difficulty: Medium Section Reference: Understanding Web Page Development Cascading Style Sheets (CSS) help you define the formatting and layout of a page’s content and store that separately from the content. HTML is a text-based language that uses various markup tags that describe how content is displayed. JavaScript is scripting language that you use to add functionality and behavior to a Web page. HTTP is the underlying communication protocol used by the World Wide Web. 2. You want to display an image on your Web page. The image is stored on a...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 1

Lesson 1: Introduction to Programming 1. You need to gain a better understanding of the solution before writing the program. You decide to develop an algorithm that lists all necessary steps to perform an operation in the correct order. Any technique that you use should minimize complexity and ambiguity. Which of the following techniques should you use? a) flowchart b) decision table c) C# program d) A paragraph in English Answer: a Difficulty: Medium Section Reference: Introducing Algorithms A flowchart is a graphical representation of an algorithm that lists, in the correct order, all the necessary steps to perform the operation. A flowchart is simple to create and understand and is not ambiguous. 2. Which of the following languages is not considered a high-level programming language? a) C# b) Visual Basic c) Common Intermediate Language d) C++ Answer: c Difficulty: Easy Section Reference: Introducing C# C#, Visual Basic, and C++ are all h...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 2

Lesson 2: Introduction to Object-Oriented Programming 1. You are developing code for a method that calculates the discount for the items sold. You name the method CalculateDiscount . The method defines a variable, percentValue of the type double . You need to make sure that percentValue is accessible only within the CalculateDiscount method. What access modifier should you use when defining the percentValue variable? a) private b) protected c) internal d) public Answer: a Difficulty: Medium Section Reference: Understanding Access Modifiers The private modifier restricts the access to the class in which the member was defined. The protected modifier restricts the access to the containing class and to any class derived directly or indirectly from the containing class. The internal modifier restricts the access to the code in the same assembly. The public modifier does not restrict access. 2. You are developing code that defines an InitFields method. Th...