atwiki-logo
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • ページ操作履歴
  • ページ一覧
    • ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ(更新順)
    • このページの全コメント一覧
    • このウィキの全コメント一覧
    • おまかせページ移動
  • RSS
    • このウィキの更新情報RSS
    • このウィキ新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡(不具合、障害など)
ページ検索 メニュー
Angelica's Chaotic Hardcore School English@wiki
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
ページ一覧
Angelica's Chaotic Hardcore School English@wiki
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
ページ一覧
Angelica's Chaotic Hardcore School English@wiki
ページ検索 メニュー
  • 新規作成
  • 編集する
  • 登録/ログイン
  • 管理メニュー
管理メニュー
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • ページ操作履歴
  • ページ一覧
    • このウィキの全ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ一覧(更新順)
    • このページの全コメント一覧
    • このウィキの全コメント一覧
    • おまかせページ移動
  • RSS
    • このwikiの更新情報RSS
    • このwikiの新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡する(不具合、障害など)
  • atwiki
  • Angelica's Chaotic Hardcore School English@wiki | ACHS English wiki
  • Computer Science Level

Angelica's Chaotic Hardcore School English@wiki

Computer Science Level

最終更新:2025年09月05日 18:44

achs_english

- view
だれでも歓迎! 編集
“Oh, I see someone came in my-my floor.”

+ Content
  • Overview
  • Characters Appearing
  • Items Appearing
  • Notebook
  • Gallery
  • Audio
  • Strategy
    • Boi Mode
    • Default Mode
    • Brainiac Mode
  • Side Note

Overview

Level Explanation:
LEVEL: COMPUTER SCIENCE
TEACHER: TATIANA ANDERSON
DESCRIPTION: Tatiana is a really demanding teacher, she really likes
when her students learn something new about computers and technology.
However, when she gets angry, she knows how to use technology against them.

Unofficial Difficulty Chart:
Boi Mode ★★☆☆☆
Default Mode ★★★☆☆
Brainiac Mode ★★★★★

  • Computer Science Level is the first bonus level in the remastered version.
  • Implemented in the version 1.3 update of the remastered version.
  • The subject is Computer Science, taught by Tatiana Anderson.
  • Although it's the first bonus level, the difficulty is quite high. It's also notable for its level structure, which tends to make each attempt take a very long time.
    • The gameplay feel is a blend of Music Level and Language Level.
  • Like the Music Level, it features elaborate presentation. Decorations resembling computers appear throughout, and the final chase makes use of a large computer, providing computer science-themed visuals.

Characters Appearing

  • Tatiana Anderson
  • Jimmy
  • Girly
  • Principal
  • Kittie
  • Ertoo Walkatosia
  • Nurse

Items Appearing

  • Soda
  • Chocolate bar
  • Chips
  • 1 cent
  • 25 cent
  • 50 cent
  • Lockpick
  • Tuna fish
  • Teleporter
  • EMP watch
  • Cookie (Remastered version 1.4.0 and later)
  • Donut (Remastered version 1.4.0 and later)
  • Elevator OS Data
  • USB Drive

Notebook

+ image included
  • Using the notebook displays simple program code one character at a time, followed by the value the program should output.
  • Players must modify the code to make the program output the intended value.
  • The displayed program always outputs the value of two variables (a, b, c), so players only need to change the values assigned to those variables.
    • Specifically, the variables to be output are indicated by ○ and ◎ in the code's “return.output(○, ◎);” section. The values they should output are shown as △ and ▽ in the “Output value is: △, ▽” section below the “OUTPUT” label in the notebook. Therefore, you only need to change the N in the code's “int 〇 = N” (where N is any number) to △, and change the N in the “int ◎ = N” parts to ▽.
    • Note that modifying any other part of the code or writing it differently will result in an automatic incorrect answer. Does Tatiana really understand programming...?
  • Pressing the check button evaluates the answer and advances to the next problem. However, for some reason, the same sound plays whether the answer is correct or incorrect, making it hard to tell if you got it right.
  • The number of problems per notebook varies by difficulty: 3 problems in Boi mode, 5 in Default mode, and 8 in Brainiac mode.
  • By the way, the number of ACoins you earn upon solving a notebook has reset to 1.
  • The wait time between questions is extremely long, and there are a fair number of questions, so just like last time, solving the notebook inevitably takes a lot of time. If you try to solve it while close to the teacher, you'll be helplessly defeated, so you should solve it after putting sufficient distance between yourself and the teacher.
    • Just like last time, the method of answering consecutively without answering and immediately collecting the notebook cannot be used, so even if it's the last notebook, solve it after putting distance between yourself and the teacher.
  • If you want to solve quickly, I recommend making corrections using the keyboard instead of the mouse. Specifically, click at the very end of the row you want to correct to move the cursor there, then use the BackSpace key to delete the number and input the correct one. Immediately move the cursor to the next row you want to correct using the down arrow key and repeat the process. Then press the check button with the mouse. By identifying variables needing correction as the code displays, memorizing the correct number the moment the output appears, and then applying this method, you can solve the notebook faster than using the mouse.
    • However, this method requires considerable practice, and if your hands slip, using the mouse might actually be quicker. If it feels too difficult, stick to the standard approach. Especially on Default difficulty or below, the balance is such that solving normally is perfectly sufficient to clear the level, so there's no need to force it. Advanced players attempting Brainiac mode might find it worthwhile to practice.

Gallery

+ image included
  • Greeting Room

Audio

+ Audio Included
(Audio) (Details) (Song Title) (Notes)
BGM plays at the beginning. (Unknown)
Ambient music that plays after answering a question incorrectly. (Unknown)

BGM plays during the final chase. (Unknown)

BGM plays upon clearing a level. (Unknown)

Strategy

+ Map Image
+ Walkthrough Video

Boi Mode

Player: NdgKuJy-2020

Default Mode

Player: Leihuiyingxiong

Brainiac Mode

Player:


Side Note

タグ:

+ タグ編集
  • タグ:
タグの更新に失敗しました
エラーが発生しました。ページを更新してください。
ページを更新
「Computer Science Level」をウィキ内検索
LINE
シェア
Tweet
Angelica's Chaotic Hardcore School English@wiki
記事メニュー

About this wiki

  • Top Page 
  • Chat or Asking 
  • Editing Rules 
  • Membership Procedures 
  • Request or Report 
  • About The Administrator and Contact 
  • Announcement From The Administrator 

About the game

  • About This Game 
  • Game Flow and Basic Systems 
  • Version History 

Levels

Story mode

  • Tutorial Level 
  • Math Level 
  • Language Level 
  • Science Level 
  • Music Level 
  • Final Era Level 

Bonus levels

  • Computer Science Level 
  • National Flags Level 
  • Gardening Level
  • Fishing Level
  • Geography Level
  • History Level
  • Film Studies Level

Others

  • Store 
  • Hardcore Mode 
  • Emily's Adventure 
  • Prologue (Remastered Version) 
  • Unused Levels 

Characters

  • Helpscreen 
  • Emily 
  • Angelica Wilkins 
  • Jimmy 
  • Samara(Girly) 
  • Principal 
  • Lucas Golenevsky 
  • Kittie 
  • Emma Bathsheba 
  • Sophie Adelbert 
  • Ertoo Walkatosia 
  • William Thorne 
  • Nurse 
  • Tatiana Anderson 
  • Flaggerong Flagensky 
  • Consuelor 

Data

  • Item List 
  • Achievement List 

Others

  • Tips, Tricks, and Trivia 
  • List of Found Bugs 

Related sites

  • Official Website
  • Archive of Old Versions
  • Official YouTube Channel
  • Official Homepage
  • Store Page of Remastered Version
  • itch.io Page of Remastered Version
  • Official Website of Remastered Version Demo
  • Unofficial Archive of Remastered Version
記事メニュー2
Welcome to the English wiki of ACHS!
Please read and agree to the terms of use on the Top Page before using this wiki.
By using this wiki, you agree to the terms of use on the top page.

Search pages here :

日本語wikiはこちら!

Update History

取得中です。
人気記事ランキング
  1. Final Era Level
  2. William Thorne
  3. Emily's Adventure
  4. Ertoo Walkatosia/Audio
  5. Hardcore Mode
  6. Sophie Adelbert
  7. Angelica Wilkins
もっと見る
最近更新されたページ
  • 9日前

    National Flags Level/Audio
  • 15日前

    Version History
  • 20日前

    Top Page
  • 20日前

    右メニュー
  • 20日前

    Announcement From The Administrator
  • 21日前

    Game Flow and Basic Systems
  • 21日前

    Prologue/Audio
  • 21日前

    Tips, Tricks, and Trivia
  • 21日前

    List of Found Bugs
  • 21日前

    Emily
もっと見る
人気記事ランキング
  1. Final Era Level
  2. William Thorne
  3. Emily's Adventure
  4. Ertoo Walkatosia/Audio
  5. Hardcore Mode
  6. Sophie Adelbert
  7. Angelica Wilkins
もっと見る
最近更新されたページ
  • 9日前

    National Flags Level/Audio
  • 15日前

    Version History
  • 20日前

    Top Page
  • 20日前

    右メニュー
  • 20日前

    Announcement From The Administrator
  • 21日前

    Game Flow and Basic Systems
  • 21日前

    Prologue/Audio
  • 21日前

    Tips, Tricks, and Trivia
  • 21日前

    List of Found Bugs
  • 21日前

    Emily
もっと見る
ウィキ募集バナー
急上昇Wikiランキング

急上昇中のWikiランキングです。今注目を集めている話題をチェックしてみよう!

  1. 機動戦士ガンダム バトルオペレーション2攻略Wiki 3rd Season
  2. 提督たちの憂鬱 支援SSほか@ まとめウィキ
  3. イナズマイレブン 染岡さんと愉快な仲間たち wiki
もっと見る
人気Wikiランキング

atwikiでよく見られているWikiのランキングです。新しい情報を発見してみよう!

  1. アニヲタWiki(仮)
  2. ゲームカタログ@Wiki ~名作からクソゲーまで~
  3. 初音ミク Wiki
  4. ストグラ まとめ @ウィキ
  5. 機動戦士ガンダム バトルオペレーション2攻略Wiki 3rd Season
  6. 検索してはいけない言葉 @ ウィキ
  7. 発車メロディーwiki
  8. 機動戦士ガンダム EXTREME VS.2 INFINITEBOOST wiki
  9. オレカバトル アプリ版 @ ウィキ
  10. MadTown GTA (Beta) まとめウィキ
もっと見る
新規Wikiランキング

最近作成されたWikiのアクセスランキングです。見るだけでなく加筆してみよう!

  1. MadTown GTA (Beta) まとめウィキ
  2. MADTOWNGTAまとめwiki
  3. まどドラ攻略wiki
  4. ちいぽけ攻略
  5. Shoboid RPまとめwiki
  6. SurrounDead 攻略 (非公式wiki)
  7. シュガードール情報まとめウィキ
  8. 戦国ダイナスティ攻略Wiki@ウィキ
  9. ソニックレーシング クロスワールド 攻略@ ウィキ
  10. Last Z: Survival Shooter @ ウィキ
もっと見る
全体ページランキング

最近アクセスの多かったページランキングです。話題のページを見に行こう!

  1. 参加者一覧 - MADTOWNGTAまとめwiki
  2. 参加者一覧 - MadTown GTA (Beta) まとめウィキ
  3. angler - MADTOWNGTAまとめwiki
  4. 魔獣トゲイラ - バトルロイヤルR+α ファンフィクション(二次創作など)総合wiki
  5. XVI - MADTOWNGTAまとめwiki
  6. 行列のできる法律相談所 - アニヲタWiki(仮)
  7. 白狐 - MADTOWNGTAまとめwiki
  8. 参加者一覧 - ストグラ まとめ @ウィキ
  9. 868 - ストグラ まとめ @ウィキ
  10. 模擬ドラフト結果 - おんJ模擬ドラフトまとめwiki
もっと見る

  • このWikiのTOPへ
  • 全ページ一覧
  • アットウィキTOP
  • 利用規約
  • プライバシーポリシー

2019 AtWiki, Inc.