IOS EVOLUTION Flashcards

1
Q

Apple’s first-ever touch-centric mobile operating system was announced on Jan. 9, 2007, when former CEO Steve Jobs introduced the iPhone.

The update was free for iPhone users, but users had to pay $19.99.

A

IOS 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

After the release of the iPhone SDK
on March 6, 2008, Apple officially
recognized its mobile operating
system as iPhone OS

Came prepackaged with the iPhone
3G, and offered features like the App
Store, Maps with GPS, and push
email. T

A

IOS 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

came with the iPhone 3G S and included new features like voice control; multimedia messaging; Spotlight search; a landscape keyboard; and (finally) cut, copy and paste
functions

After Apple introduced
the iPad in March 2010, iPhone OS
became iOS.

A

IOS 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Came preinstalled with the iPhone 4 and iPad 2. Officially marketed as ‘iOS,’ it introduced wallpapers, multitasking, folders and FaceTime, and iBooks for iPad.

Apple’s first CDMA-capable phone that delivered iOS to Verizon users.

Updates became free

A

IOS 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Pre-packaged with the iPhone
4S, a week after the death of
Steve Jobs

Introduced Siri

also brought
the introduction of iCloud and
Twitter integration.

A

IOS 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

They trashed its previous skeuomorphic graphics and included a design overhaul with refined typography, new icons,
translucency, and layering.

released sep 18, 2018

A

IOS 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

included with the iPhone 5 and iPad Mini,
and parted ways with preinstalled Google Maps and YouTube, which users had to
manually download from the
App Store.

A

IOS 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Became the first iOS to have public beta
testing available outside of developers before its initial release.

It was built off of iOS 7 and contained new features like Apple Pay, a new Health app,
HandOff, QuickType, Family
Sharing, iCloud Drive, third-party
keyboard support, and (in mid2015) Apple Music.

Released Sep 17, 2014

A

IOS 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

designed to work with 3D
Touch in the new iPhone 6S and 6S
Plus when Apple announced it
at WWDC 2015.

It also included new
features such as an updated Notes
app to support drawing sketches
and adding images, a revamped
Maps app

Released Sep 16, 2015

A

IOS 9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It allowed more access to Apple apps for third-party developers.

Although there weren’t big-name “wow” features, the overall combination of tweaks made feel more cohesive and useful.

Released sep 16, 2016

A

IOS 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Integrated Apple Pencil, users could
easily mark up PDFs or screenshots, or tap
the Lock Screen to open the Notes app.

It introduced a new
app for iPad called Files, reminiscent of
macOS’s Finder, for users to browse, search, and organize files on their device from iCloud Drive, Box, and Dropbox.

Released Sep 19, 2017

A

IOS 11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Debuted personalized animated “Memoji” characters. Group FaceTime could include up to 32 users at once via video or audio.

It has new Measure app to accurately measure objects in three-dimensional space in real-time.

Released Sep 17, 2018

A

IOS 12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The revamped mobile OS introduced Dark
Mode, a redesigned volume indicator, and advanced Photo and Camera features. A
new “Sign In with Apple” option

A new Maps experience delivered richer details, broader road coverage, and better
pedestrian data, and a new Look Around feature provided street-level graphics for
the first time.

Released Sep19, 2019

A

IOS 13

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

For the first time, Apple used
a pre-recorded broadcast of
WWDC (due to the COVID-19
pandemic) to unveil it

Sep 16, 2020

A

IOS 14

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Includes significant changes to
FaceTime (allowing the ability to include
non-iOS users for the first
time)

New Focus tools reduce distraction while
working or sleeping;

September 20, 2021

A

IOS 15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

 Is a mobile operating system for iPhones that was released in September 2022.

 It includes updates to the Lock Screen, Messages, Maps, Wallet, Health, and
News.

17
Q

 Is an update to Apple’s iPhone operating system that was released in September
2023.

 It includes new features for communication, security, and customization.

18
Q

 It was made publicly available on September 16, 2024, as a free software update

for supported iOS devices.
 iPhones are even more personal, with deeper customization, new ways to
connect, easier-to-find photos, and support forApple Intelligence.

 Is the current major released ofApple’s iOS operating system for the iPhone

19
Q

ARCHITECTURE OF IOS

A

Cocoa Touch
Media Layer
Core Services
Core OS

20
Q

Holds the low-level features that most other technologies are built upon.

A

The Core OS layer

21
Q

Some of the Important Frameworks available in the core services
layers are detailed:
* Address book framework
* Cloud kit framework
* Core data framework

A

CORE SERVICES LAYER

22
Q

Graphics, Audio, and Video technology is enabled using this layer

A

MEDIA LAYER

23
Q

 Multitasking support.
 Basic app management and infrastructure.
 User interface management
 Support for Touch and Motion event.
 Cut, copy, and paste support, and many more.

A

COCOA TOUCH LAYER

24
Q

– gives view controllers for showing the standard system interfaces for seeing
and altering calendar-related events

A

EventKit framework

25
Q

– allows you to deliver banner-based advertisements from your app

A

iAd Framework

25
Q

– implements support for Game Center which allows users share their gamerelated information online

A

GameKit Framework

26
Q

– gives a scrollable map that you can include in your user interface of the app.

A

MapKit Framework

27
Q

– provides registration support forVoIP apps.

A

PushKitFramework

28
Q

– supports a UI for generating tweets and support for creating URLs to access
theTwitter service.

A

Twitter Framework

28
Q

– gives a vital infrastructure for applying graphical, event-driven apps in iOS.
Some of the Important functions of UI Kit framework:

A

UIKit Framework