CPU8 Plus

350 installs
7.00 ratings
13 monthly active users
Revenue not available
CPU8 Plus icon

ASO Keyword Dashboard

Tracking 100 keywords for CPU8 Plus in Apple App Store

Developer: Cordova Bay Entertainment Group, Inc Category: education Rating: 5

CPU8 Plus tracks 100 keywords (3 keywords rank; 97 need traction). Key metrics: 0% top-10 coverage, opportunity 70.5, difficulty 40.8, best rank 12.

Tracked keywords

100

3  ranked •  97  not ranking yet

Top 10 coverage

0%

Best rank 12 • Latest leader —

Avg opportunity

70.5

Top keyword: changes

Avg difficulty

40.8

Lower scores indicate easier wins

Opportunity leaders

  • changes

    Opportunity: 73.0 • Difficulty: 44.1 • Rank —

    Competitors: 206

    68.5
  • source

    Opportunity: 73.0 • Difficulty: 42.6 • Rank —

    Competitors: 110

    67.7
  • storage

    Opportunity: 73.0 • Difficulty: 44.1 • Rank —

    Competitors: 136

    67.0
  • independent

    Opportunity: 73.0 • Difficulty: 40.6 • Rank —

    Competitors: 90

    65.1
  • address

    Opportunity: 73.0 • Difficulty: 42.3 • Rank —

    Competitors: 159

    67.7

Unranked opportunities

  • changes

    Opportunity: 73.0 • Difficulty: 44.1 • Competitors: 206

  • source

    Opportunity: 73.0 • Difficulty: 42.6 • Competitors: 110

  • storage

    Opportunity: 73.0 • Difficulty: 44.1 • Competitors: 136

  • independent

    Opportunity: 73.0 • Difficulty: 40.6 • Competitors: 90

  • address

    Opportunity: 73.0 • Difficulty: 42.3 • Competitors: 159

High competition keywords

  • new

    Total apps: 182,399 • Major competitors: 3,804

    Latest rank: — • Difficulty: 55.8

  • information

    Total apps: 121,633 • Major competitors: 1,141

    Latest rank: — • Difficulty: 52.4

  • simple

    Total apps: 109,526 • Major competitors: 1,461

    Latest rank: — • Difficulty: 51.6

  • data

    Total apps: 97,664 • Major competitors: 1,018

    Latest rank: — • Difficulty: 51.5

  • available

    Total apps: 95,740 • Major competitors: 1,851

    Latest rank: — • Difficulty: 54.5

All tracked keywords

Includes opportunity, difficulty, rankings and competitor benchmarks

Major Competitors
operating system691002946

612 competing apps

Median installs: 750

Avg rating: 4.0

1212

16

major competitor apps

cpu691002946

608 competing apps

Median installs: 700

Avg rating: 4.1

3838

7

major competitor apps

instruction711003354

1,814 competing apps

Median installs: 400

Avg rating: 4.0

176175

22

major competitor apps

new651005687

182,399 competing apps

Median installs: 550

Avg rating: 4.1

3,804

major competitor apps

word711004673

25,255 competing apps

Median installs: 500

Avg rating: 4.2

372

major competitor apps

changes731004469

13,213 competing apps

Median installs: 450

Avg rating: 4.1

206

major competitor apps

source731004368

11,746 competing apps

Median installs: 400

Avg rating: 4.1

110

major competitor apps

source code691002845

504 competing apps

Median installs: 400

Avg rating: 4.0

5

major competitor apps

via681005079

56,686 competing apps

Median installs: 400

Avg rating: 4.0

767

major competitor apps

users681005080

60,535 competing apps

Median installs: 350

Avg rating: 4.0

676

major competitor apps

learn671005281

78,843 competing apps

Median installs: 450

Avg rating: 4.1

1,088

major competitor apps

within681005080

67,169 competing apps

Median installs: 550

Avg rating: 4.1

1,308

major competitor apps

individual711004571

19,937 competing apps

Median installs: 400

Avg rating: 4.0

194

major competitor apps

information661005285

121,633 competing apps

Median installs: 350

Avg rating: 4.0

1,141

major competitor apps

enhance701004776

37,891 competing apps

Median installs: 400

Avg rating: 4.1

449

major competitor apps

storage731004467

10,710 competing apps

Median installs: 550

Avg rating: 4.0

136

major competitor apps

available671005483

95,740 competing apps

Median installs: 550

Avg rating: 4.1

1,851

major competitor apps

provide681004879

55,848 competing apps

Median installs: 350

Avg rating: 4.1

560

major competitor apps

goal711004572

22,260 competing apps

Median installs: 400

Avg rating: 4.1

316

major competitor apps

program721004471

18,518 competing apps

Median installs: 400

Avg rating: 4.1

230

major competitor apps

basic721004471

18,966 competing apps

Median installs: 400

Avg rating: 4.0

194

major competitor apps

process701004674

28,686 competing apps

Median installs: 350

Avg rating: 4.0

230

major competitor apps

watch691005179

52,967 competing apps

Median installs: 500

Avg rating: 4.2

1,065

major competitor apps

assemble711003553

1,600 competing apps

Median installs: 1,300

Avg rating: 4.1

56

major competitor apps

code711004573

22,992 competing apps

Median installs: 400

Avg rating: 4.0

245

major competitor apps

100 keywords
1 of 4

App Description

CPU8Plus is an updated extension of the basic CPU8 App. Most of the extensions deal with the amount of ‘memory’ available for programs within this little 8-bit computer.

CPU8 teaches the user how computers work internally. It does this with a simple instruction set of just 16 instruction along with an 8-bit bus; two 8-bit registers; an 8-bit ALU; 8-bit storage word but only provides 4-bit addresses (that is 4-bit Program Counter and 4-bit Address Register) limiting the addressable memory space to just 16 bytes (or words).

CPU8Plus adds 4-bits to the address space via a new 8-bit Program Counter and Address Register. This is a major upgrade that provides 256 bytes (or words) of address space for programs and data — 16 times that of CPU8.

To facilitate this change, the microcode now decides if an instruction is a 1 or 2 word instruction and advances the PC accordingly while utilizing the larger space for the operand that has doubled from 4 bits to 8 bits.

The CPU8Plus model provides these changes and the assembler now generates new executable object code to reflect these changes. This is all done while maintaining source code compatibility. That means users of CPU8 can cut their source code from CPU8 and paste it into new files on CPU8Plus, assemble and run without any other changes. A common goal in the computer world.

Programs can be significantly more complex, however, since they can now be 16 times bigger.

Documentation has also been updated along with some history background. Most progress displays are now reported in hexadecimal rather than binary which has become too unwieldy. A separate “memory” display displays contents of the full 256 bytes.

Hopefully, this will enhance the learning process for you and provide new information about how computers work!

Suitable for classroom study, independent study or just for the sheer enjoyment of playing with a computer that you can watch and learn from. No individual information is accessed.