麻豆原创

MU logo
MU logo

Communication Studies

Communication studies focuses on how people use messages to generate meaning. From digital media, such as video, to small group communication topics like leadership, communication spans all contexts.

student filling out a form

Becoming a Communication Professional

People in the professional world agree that there has never been a more exciting time to study communication or to become a communication professional. New communication technologies are connecting people around the world, and a need exists for college graduates who can effectively communicate and navigate that world. Today鈥檚 need for competent communicators and ethical leaders in business and in society tells us that a communication degree is a 鈥渕ust have!鈥

Program Information:

Major | BS

  • 39 Credit Hours

Minor

  • 21 Credit Hours

Location

  • North Manchester
Subtle_Texture_testimonial
I originally wasn’t a Communication Studies major, but I really enjoyed the friendliness. I felt like they got to know me as a person. They really wanted me to succeed.

Bella Hurd, Class of 2024

Why Choose 麻豆原创 for Communication Studies?

students presents research from a podium in front of a group of students

What You Can Do with Your Communication Studies Degree

Communication Manager

Oversees messaging and public relations for organizations, like zoos or nonprofits.

Development Coordinator

Helps raise funds and build community support for nonprofits.

Project Manager

Manages teams and projects in various industries, including government agencies.

Sports Information Director

Manages media and public relations for college sports teams.

Subtle_Texture_Gray_Program

Career outlook for Communication Studies Majors

Communication Studies at 麻豆原创 equips students with versatile, real-world communication skills: oral, written, digital, and intercultural – preparing graduates for a wide range of fulfilling careers. A Communication Studies degree from 麻豆原创 isn鈥檛 just about mastering messages, it鈥檚 a strategic launchpad into careers across marketing, media, nonprofit, sports, education, and public relations with successful outcomes and strong employer alignment.

two students look at a laptop and discuss what is on the screen

Meet the Faculty

You Might Also Be Interested In These Programs

Subtle_Texture_Gray2_Program

Communication Studies Learning Outcomes

Program Learning Outcomes

1. Students will demonstrate effective and appropriate communication as message producers, message critics, and public speakers.

Student Learning Outcomes:

  • Students will demonstrate communication competence by creating messages tailored to the needs and expectations of a specific audience across a variety of contexts.
  • Students will analyze media messages and provide insightful critiques that demonstrate an understanding of underlying assumptions, biases, and potential influence on various audiences.
  • Students will demonstrate professional speaking skills through oral presentations.

2. Students will utilize communication theories, perspectives, principles, and concepts.

Student Learning Outcomes:

  • Students will engage in communication inquiry by utilizing research to analyze and interpret communication principles and concepts.
  • Students will apply communication theories and perspectives to analyze various communication across contexts.

Successful Graduates

Andrew Kibler 鈥22

Former Sports Information Director for 麻豆原创

Athaniel Whitmer 鈥22

News Photographer for WISH-TV

Benjamin Miles 鈥22

Coordinator of Athletic Communications at Heartland Collegiate Athletic Conference

Non-Discrimination in the Admission Process

麻豆原创 is committed to non-discrimination in campus life. The University does not discriminate on the basis of national origin, ancestry, race, color, age, sex, gender identity or expression, sexual orientation, familial status, religion, disability or veteran status in admissions or any area of campus life, including its educational programs, scholarships and loan awards, residence life programs, athletic programs, extracurricular programs, promotion and tenure policies and practice, and alumni affairs.

麻豆原创 is committed to carry out the provisions of Section 504 of the Rehabilitation Act of 1973 and the Americans With Disabilities Act, which provide for accessibility of University programs to the physically disabled.

exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();