Deck 16: Android Operating Systems

ملء الشاشة (f)
exit full mode
سؤال
In the action overflow section of an Android action bar,users can find tasks that are not often needed.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Facial recognition is currently recognized as one of the strongest access control tools offered by Android.
سؤال
There are several states that an Android activity goes through from creation to destruction.The Interrupted State is a stop for an activity that is interrupted and ready to go into a "background" mode.
سؤال
Android offers encrypted storage options for higher security.
سؤال
Management of the power supply is a key consideration for any operating system running on a mobile device.Using Wi-Fi instead of telephony can save power.
سؤال
Android is not as open as Linux,but is much more open than the operating system that runs Apple's mobile products.
سؤال
Android divides screen sizes into five size categories.
سؤال
In a recent survey of Android apps,more than 50 percent of the examined apps requested permissions that appeared to be outside of their operational requirements.
سؤال
Android app activities in a Stopped State disappear from the user's view but may be recalled at some point.
سؤال
All devices running the Android operating system use a touch screen for a user interface.
سؤال
An alternative to password protection is Android's pattern recognition tool.
سؤال
All Android apps must support screen rotation.
سؤال
According to Android's suggested user interface standards,repeatedly pressing the app icon on an app's action bar will eventually move the device to its home screen.
سؤال
The Android operating system relies on Linux to perform some of the most fundamental tasks,including management of processors,device drivers,and network access.
سؤال
To obtain new releases of the Android source code,you must register as a developer and pay an annual fee.
سؤال
The only two states from which an app can be terminated are Stopped and Destroyed.
سؤال
Android users may need supplementary apps to perform the hands-on file manipulation one might expect from a robust operating system.
سؤال
Apps for the Android operating system are programmed in Objective-C.
سؤال
Mobile devices are typically built with a limited amount of main memory and a relatively slow CPU.Therefore Android apps are explicitly designed to require no resources when they are dormant.
سؤال
Google purchased Android in 2011.
سؤال
There are several states that an Android activity goes through from creation to destruction.The ____ state is a transient state when the activity has just begun.

A) Paused
B) Begin
C) Ready
D) Created
سؤال
The ____ gesture on a touch screen rearranges data from one place to another within the view,or moves data into a folder or another container.

A) long press
B) swipe
C) double touch
D) drag
سؤال
Whenever a new Android activity begins,it replaces the activity that was previously called.The replaced activity's state is moved to a data structure called the ____ stack.

A) activity
B) back
C) app
D) state
سؤال
Each app must have one ____ file that holds essential information that the operating system must have before it can run an application.

A) app log
B) manifest
C) directory
D) process
سؤال
Battery usage information for an Android device is available from the ____ tab.

A) Android OS
B) Info
C) Settings
D) Application Manager
سؤال
The advent of mobile systems run by Android and other operating systems opens a wide range of new system management and security concerns for systems administrators,including the ____ paradigm in which an organization's members connect their personal devices directly to a secured network.

A) "personal work devices"
B) "bring your own devices"
C) "enhanced personal devices"
D) "work anywhere"
سؤال
The ____ state is a formal indication that an activity is terminated and will be removed completely from system memory.

A) Destroyed
B) Stopped
C) Terminated
D) Removed
سؤال
A screen configuration with a size of 960dp x 720dp falls into which of Android's screen size categories?

A) Small screens
B) Large Screens
C) Extra-Large Screens
D) Normal Screens
سؤال
Memory management in the Android operating system is handled by the ____.

A) Application Framework
B) Android Libraries
C) Linux Kernel
D) Activity Manager
سؤال
What is one of the goals of the Android system as stated on the Android Web site for developers?

A) Enchant Me
B) Enhance Me
C) Astound Me
D) Magnify Me
سؤال
When a user is immersed in a static endeavor,such as reading or watching a movie,Android allows the on-screen buttons to temporarily disappear; this is called ____ mode.

A) lights-out
B) tv
C) dark
D) screen
سؤال
The Android operating system was first developed by ____.

A) Steve Jobs
B) Ken Thompson
C) Linus Torvalds
D) Andy Rubin
سؤال
If memory space becomes scarce in an Android device,a ____ acts to free up memory by removing the processes that have remained dormant the longest.

A) low memory cleaner
B) process killer
C) low memory killer
D) process scrubber
سؤال
A(n)____ is defined in Android as a "sequence of activities a user follows to accomplish a goal."

A) activity
B) intent
C) task
D) process
سؤال
The part of an Android action bar that shows the most important actions that users will want to access when using an app is the set of ____.

A) view controls
B) action overflow buttons
C) app icons
D) action buttons
سؤال
One of the user interface element standards encouraged by Android is to place a(n)____ along the top of each app screen that generally stays in place while that app is active.

A) info bar
B) action bar
C) menu bar
D) back button
سؤال
Android is designed to run ____.

A) desktop computers
B) telephones
C) mobile devices
D) laptop computers
سؤال
A(n)____ in Android is the mechanism that one app uses to signal another app that its cooperation is requested to accomplish something.

A) intent
B) activity
C) request
D) synch
سؤال
On an Android device,user can send commands to the operating system using a touch screen.The standard graphical user interface recognizes ____ primary gestures.

A) three
B) five
C) seven
D) nine
سؤال
To aid Android app developers,who must account for multiple screen sizes and resolutions,Android has introduced the ____,which is equivalent to one physical pixel on a 160 dpi screen.

A) screen-independent pixel
B) multi-pixel
C) density-independent pixel
D) fixed pixel
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/40
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 16: Android Operating Systems
1
In the action overflow section of an Android action bar,users can find tasks that are not often needed.
True
2
Facial recognition is currently recognized as one of the strongest access control tools offered by Android.
False
3
There are several states that an Android activity goes through from creation to destruction.The Interrupted State is a stop for an activity that is interrupted and ready to go into a "background" mode.
False
4
Android offers encrypted storage options for higher security.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
5
Management of the power supply is a key consideration for any operating system running on a mobile device.Using Wi-Fi instead of telephony can save power.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
6
Android is not as open as Linux,but is much more open than the operating system that runs Apple's mobile products.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
7
Android divides screen sizes into five size categories.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
8
In a recent survey of Android apps,more than 50 percent of the examined apps requested permissions that appeared to be outside of their operational requirements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
9
Android app activities in a Stopped State disappear from the user's view but may be recalled at some point.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
10
All devices running the Android operating system use a touch screen for a user interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
11
An alternative to password protection is Android's pattern recognition tool.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
12
All Android apps must support screen rotation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
13
According to Android's suggested user interface standards,repeatedly pressing the app icon on an app's action bar will eventually move the device to its home screen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
14
The Android operating system relies on Linux to perform some of the most fundamental tasks,including management of processors,device drivers,and network access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
15
To obtain new releases of the Android source code,you must register as a developer and pay an annual fee.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
16
The only two states from which an app can be terminated are Stopped and Destroyed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
17
Android users may need supplementary apps to perform the hands-on file manipulation one might expect from a robust operating system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
18
Apps for the Android operating system are programmed in Objective-C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
19
Mobile devices are typically built with a limited amount of main memory and a relatively slow CPU.Therefore Android apps are explicitly designed to require no resources when they are dormant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
20
Google purchased Android in 2011.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
21
There are several states that an Android activity goes through from creation to destruction.The ____ state is a transient state when the activity has just begun.

A) Paused
B) Begin
C) Ready
D) Created
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
22
The ____ gesture on a touch screen rearranges data from one place to another within the view,or moves data into a folder or another container.

A) long press
B) swipe
C) double touch
D) drag
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
23
Whenever a new Android activity begins,it replaces the activity that was previously called.The replaced activity's state is moved to a data structure called the ____ stack.

A) activity
B) back
C) app
D) state
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
24
Each app must have one ____ file that holds essential information that the operating system must have before it can run an application.

A) app log
B) manifest
C) directory
D) process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
25
Battery usage information for an Android device is available from the ____ tab.

A) Android OS
B) Info
C) Settings
D) Application Manager
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
26
The advent of mobile systems run by Android and other operating systems opens a wide range of new system management and security concerns for systems administrators,including the ____ paradigm in which an organization's members connect their personal devices directly to a secured network.

A) "personal work devices"
B) "bring your own devices"
C) "enhanced personal devices"
D) "work anywhere"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ____ state is a formal indication that an activity is terminated and will be removed completely from system memory.

A) Destroyed
B) Stopped
C) Terminated
D) Removed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
28
A screen configuration with a size of 960dp x 720dp falls into which of Android's screen size categories?

A) Small screens
B) Large Screens
C) Extra-Large Screens
D) Normal Screens
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
29
Memory management in the Android operating system is handled by the ____.

A) Application Framework
B) Android Libraries
C) Linux Kernel
D) Activity Manager
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
30
What is one of the goals of the Android system as stated on the Android Web site for developers?

A) Enchant Me
B) Enhance Me
C) Astound Me
D) Magnify Me
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
31
When a user is immersed in a static endeavor,such as reading or watching a movie,Android allows the on-screen buttons to temporarily disappear; this is called ____ mode.

A) lights-out
B) tv
C) dark
D) screen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
32
The Android operating system was first developed by ____.

A) Steve Jobs
B) Ken Thompson
C) Linus Torvalds
D) Andy Rubin
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
33
If memory space becomes scarce in an Android device,a ____ acts to free up memory by removing the processes that have remained dormant the longest.

A) low memory cleaner
B) process killer
C) low memory killer
D) process scrubber
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
34
A(n)____ is defined in Android as a "sequence of activities a user follows to accomplish a goal."

A) activity
B) intent
C) task
D) process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
35
The part of an Android action bar that shows the most important actions that users will want to access when using an app is the set of ____.

A) view controls
B) action overflow buttons
C) app icons
D) action buttons
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
36
One of the user interface element standards encouraged by Android is to place a(n)____ along the top of each app screen that generally stays in place while that app is active.

A) info bar
B) action bar
C) menu bar
D) back button
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
37
Android is designed to run ____.

A) desktop computers
B) telephones
C) mobile devices
D) laptop computers
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
38
A(n)____ in Android is the mechanism that one app uses to signal another app that its cooperation is requested to accomplish something.

A) intent
B) activity
C) request
D) synch
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
39
On an Android device,user can send commands to the operating system using a touch screen.The standard graphical user interface recognizes ____ primary gestures.

A) three
B) five
C) seven
D) nine
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
40
To aid Android app developers,who must account for multiple screen sizes and resolutions,Android has introduced the ____,which is equivalent to one physical pixel on a 160 dpi screen.

A) screen-independent pixel
B) multi-pixel
C) density-independent pixel
D) fixed pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 40 في هذه المجموعة.